Namespace: nom.tam.util
Assembly: CSharpFITS_v1.1 (in CSharpFITS_v1.1.dll)

Syntax

Visual Basic (Declaration)
Public Shared Sub WriteStackTrace( _ 
   ByVal throwable As Exception,  _ 
   ByVal stream As TextWriter _ 
)
C#
public static void WriteStackTrace(
   Exception throwable,
   TextWriter stream
)
C++
public:
 static void WriteStackTrace(
   Exception throwable,
   TextWriter stream
)
J#
public static void WriteStackTrace(
   Exception throwable,
   TextWriter stream
)
JScript
public static  function WriteStackTrace(
   throwable : Exception,
   stream : TextWriter
)

See Also