Click or drag to resize
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.Transit
Assembly: Transit (in Transit.dll) Version: 0.8.1-alpha
Syntax
C#
public TransitException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also