TransitException Constructor (String) |
[This is preliminary documentation and is subject to change.]
Initializes a new instance of the
TransitException class with a specified error message.
Namespace: NForza.TransitAssembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntaxpublic TransitException(
string message
)
Parameters
- message
- Type: SystemString
The message that describes the error.
See Also