MonobjcMonobjc Documented Class Library
Wrap Method (exception)
NamespacesMonobjcObjectiveCRuntimeWrap(Exception)
Wraps the given exception.
Declaration Syntax
C#Visual BasicVisual C++
public static byte[] Wrap(
	Exception exception
)
Public Shared Function Wrap ( _
	exception As Exception _
) As Byte()
public:
static array<unsigned char>^ Wrap(
	Exception^ exception
)
Parameters
exception (Exception)
The exception.
Return Value

[Missing <returns> documentation for "M:Monobjc.ObjectiveCRuntime.Wrap(System.Exception)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc (Module: Monobjc)