 | CommenceCOMException Constructor (String, Exception) |
overloaded constructor.
Namespace:
Vovin.CmcLibNet
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxpublic CommenceCOMException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
Parameters
- message
- Type: SystemString
Exception message. - innerException
- Type: SystemException
Inner exception.
See Also