ExceptionExtensions.GetReferenceCode(Exception) Method

Definition

Gets the exception Id from the given exception.

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

Parameters

exception
Exception

The exception.

Returns

The exception Id.

Applies to