|
AzureADSettingsLastException Property
|
Gets the last exception, if any, encountered after getting a new Graph service client.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.248-beta
Syntaxpublic Exception LastException { get; set; }
Public Property LastException As Exception
Get
Set
public:
property Exception^ LastException {
Exception^ get ();
void set (Exception^ value);
}
member LastException : Exception with get, set
function get_LastException();
function set_LastException(value);
View SourceProperty Value
Exception
See Also