StateImplException Property |
[Missing <summary> documentation for "P:P.Runtime.StateImpl.Exception"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Exception Exception { get; set; }
Public Property Exception As Exception
Get
Set
public:
property Exception^ Exception {
Exception^ get ();
void set (Exception^ value);
}
member Exception : Exception with get, set
Property Value
Type:
Exception
See Also