Udostępnij za pośrednictwem


ExceptionAsDefaultMarshaller<T> Klasa

Definicja

Konwertuje wyjątek na wartość domyślną określonego typu niezarządzanego.

generic <typename T>
 where T : value classpublic ref class ExceptionAsDefaultMarshaller abstract sealed
[System.Runtime.InteropServices.Marshalling.CustomMarshaller(typeof(System.Exception), System.Runtime.InteropServices.Marshalling.MarshalMode.UnmanagedToManagedOut, typeof(System.Runtime.InteropServices.Marshalling.ExceptionAsDefaultMarshaller<>))]
public static class ExceptionAsDefaultMarshaller<T> where T : struct
[<System.Runtime.InteropServices.Marshalling.CustomMarshaller(typeof(System.Exception), System.Runtime.InteropServices.Marshalling.MarshalMode.UnmanagedToManagedOut, typeof(System.Runtime.InteropServices.Marshalling.ExceptionAsDefaultMarshaller<>))>]
type ExceptionAsDefaultMarshaller<'T (requires 'T : struct)> = class
Public Class ExceptionAsDefaultMarshaller(Of T)

Parametry typu

T

Niezarządzany typ.

Dziedziczenie
ExceptionAsDefaultMarshaller<T>
Atrybuty

Metody

ConvertToUnmanaged(Exception)

Konwertuje określony wyjątek na wartość domyślną typu niezarządzanego.

Dotyczy