RouteResultException Property |
Gets the Exception that was thrown during a Route operation. If the
Route operation was successful, the value of this property will be null.
Namespace: Rock.Messaging.RoutingAssembly: Rock.Messaging (in Rock.Messaging.dll) Version: 0.9.3
Syntaxpublic Exception Exception { get; }
Public ReadOnly Property Exception As Exception
Get
public:
property Exception^ Exception {
Exception^ get ();
}
member Exception : Exception with get
Property Value
Type:
Exception
See Also