-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_ExceptionExtensions
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
The Exception class extensions.
System.Object
CodeJam.ExceptionExtensions
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static class ExceptionExtensions
VB
<ExtensionAttribute>
Public NotInheritable Class ExceptionExtensions
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ExceptionExtensions = class end
Name | Description | |
---|---|---|
ToDiagnosticString(Exception) | Returns detailed exception text. | |
ToDiagnosticString(Exception, StringBuilder) | Returns detailed exception text. |