FX3CommunicationException Constructor (String, Exception) |
Create a new exception with a specified message and the previous exception from down the stack
Namespace:
FX3Api
Assembly:
FX3Api (in FX3Api.dll) Version: 2.9.4.0 (2.9.4)
Syntaxpublic FX3CommunicationException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
FX3CommunicationException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> FX3CommunicationException
Parameters
- message
- Type: SystemString
The message to pass with the exception - innerException
- Type: SystemException
The lower level exception to pass up
See Also