Writes a printable representation of this Throwable's stack trace
to the given print stream.
Syntax
[Android.Runtime.Register("printStackTrace", "(Ljava/io/PrintStream;)V", "GetPrintStackTrace_Ljava_io_PrintStream_Handler")] public virtual voidPrintStackTrace (Java.IO.PrintStream err)
Parameters
err
the stream to write the stack trace on.
Remarks
Writes a printable representation of this Throwable's stack trace
to the given print stream. If the Throwable contains a
Throwable.Cause, the method will be invoked recursively for
the nested Throwable.