Edit

Share via


ExceptionAsVoidMarshaller.ConvertToUnmanaged(Exception) Method

Definition

Swallows the specified exception and returns nothing.

public:
 static void ConvertToUnmanaged(Exception ^ e);
public static void ConvertToUnmanaged (Exception e);
static member ConvertToUnmanaged : Exception -> unit
Public Shared Sub ConvertToUnmanaged (e As Exception)

Parameters

e
Exception

The exception.

Applies to