[This is preliminary documentation and is subject to change.]
Stores last exception of operations for this user
Namespace: NFX.Web.SocialAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
public Exception LastError { get; internal set; }
public Exception LastError { get; internal set; }
Public Property LastError As Exception
Get
Friend Set
Public Property LastError As Exception
Get
Friend Set
public:
property Exception^ LastError {
Exception^ get ();
internal: void set (Exception^ value);
}
public:
property Exception^ LastError {
Exception^ get ();
internal: void set (Exception^ value);
}
member LastError : Exception with get, internal set
member LastError : Exception with get, internal set
Property Value
Type:
Exception