ExceptionAsDefaultMarshaller<T>.ConvertToUnmanaged(Exception) Methode

Definitie

Converteert de opgegeven uitzondering naar de standaardwaarde van het niet-beheerde type.

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

De uitzondering

Retouren

T

De standaardwaarde van T.

Van toepassing op