FX3ProgrammingException 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 FX3ProgrammingException(
string message,
Exception innerException
)
Public Sub New (
message As String,
innerException As Exception
)
public:
FX3ProgrammingException(
String^ message,
Exception^ innerException
)
new :
message : string *
innerException : Exception -> FX3ProgrammingException
Parameters
- message
- Type: SystemString
The message to pass with the exception - innerException
- Type: SystemException
The lower level exception to pass up
See Also