COMCape Open Exception Wrapper Constructor
Creates a new instance of the COMCapeOpenExceptionWrapper class.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public COMCapeOpenExceptionWrapper(
string message,
Object exceptionObject,
int HRESULT,
Exception inner
)VB
Public Sub New (
message As String,
exceptionObject As Object,
HRESULT As Integer,
inner As Exception
)Parameters
Remarks
Creates a .Net based exception wrapper for COM-based CAPE-OPEN componets to enable users to utilize .Net structured exception handling.