Share via


CertificateException.Message Property

 

Gets a message that describes the current exception.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public override string Message { get; }
public:
property String^ Message {
    virtual String^ get() override;
}
override Message : string with get
Public Overrides ReadOnly Property Message As String

Property Value

Type: System.String

A message that describes the current exception.

Implements

_Exception.Message

See Also

CertificateException Class
System.Web.Security.SingleSignOn Namespace

Return to top