WebFormCallLastException Property |
Gets or sets the last
Exception that occurred when calling the web form.
Namespace: com.softwarekey.Client.WebServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic virtual Exception LastException { get; set; }
Public Overridable Property LastException As Exception
Get
Set
public:
virtual property Exception^ LastException {
Exception^ get ();
void set (Exception^ value);
}
Property Value
Type:
Exception
See Also