Edit

Share via


ExceptionAsNaNMarshaller<T>.ConvertToUnmanaged(Exception) Method

Definition

Converts the specified exception to NaN.

public:
 static T ConvertToUnmanaged(Exception ^ e);
public static T ConvertToUnmanaged (Exception e);
static member ConvertToUnmanaged : Exception -> 'T
Public Shared Function ConvertToUnmanaged (e As Exception) As T

Parameters

e
Exception

The exception.

Returns

T

NaN.

Applies to