| SecurityTokenExceptionDetail Property |
Details of the exception
Namespace:
SanteDB.DisconnectedClient.Exceptions
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public string Detail { get; set; }
Public Property Detail As String
Get
Set
public:
property String^ Detail {
String^ get ();
void set (String^ value);
}
member Detail : string with get, set
Property Value
Type:
StringThe detail.
See Also