Click or drag to resize

CommenceCOMException Constructor (String, Exception)

overloaded constructor.

Namespace:  Vovin.CmcLibNet
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public CommenceCOMException(
	string message,
	Exception innerException
)

Parameters

message
Type: SystemString
Exception message.
innerException
Type: SystemException
Inner exception.
See Also