ExceptionExtensions.ToStringSlim(Exception) Method

Definition

Stringify the exception, containing all relevant fields.

public static string ToStringSlim (this Exception exception);
static member ToStringSlim : Exception -> string
<Extension()>
Public Function ToStringSlim (exception As Exception) As String

Parameters

exception
Exception

The exception to stringify.

Returns

The stringified exception.

Applies to