CommunicatorRaiseComException(String, ComExceptionComExceptionKind, Exception) Method
Displays error message without description and raises the communication exception.
Namespace: OddPrg.CommunicationAssembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
public void RaiseComException(
string msg,
ComExceptionComExceptionKind kind,
Exception innerException
)
Parameters
- msg String
- Error message
- kind ComExceptionComExceptionKind
- Exception kind
- innerException Exception
- Exception that caused calling this method.