Share via


RevokedCertificateException Constructors

Definition

Overloads

RevokedCertificateException()
RevokedCertificateException(Exception)
RevokedCertificateException(String)
RevokedCertificateException(SerializationInfo, StreamingContext)
RevokedCertificateException(String, Exception)

RevokedCertificateException()

public:
 RevokedCertificateException();
public RevokedCertificateException ();
Public Sub New ()

Applies to

RevokedCertificateException(Exception)

public:
 RevokedCertificateException(Exception ^ innerException);
public RevokedCertificateException (Exception innerException);
new Microsoft.IdentityServer.RevokedCertificateException : Exception -> Microsoft.IdentityServer.RevokedCertificateException
Public Sub New (innerException As Exception)

Parameters

innerException
Exception

Applies to

RevokedCertificateException(String)

public:
 RevokedCertificateException(System::String ^ message);
public RevokedCertificateException (string message);
new Microsoft.IdentityServer.RevokedCertificateException : string -> Microsoft.IdentityServer.RevokedCertificateException
Public Sub New (message As String)

Parameters

message
String

Applies to

RevokedCertificateException(SerializationInfo, StreamingContext)

protected:
 RevokedCertificateException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected RevokedCertificateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.IdentityServer.RevokedCertificateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.IdentityServer.RevokedCertificateException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

Applies to

RevokedCertificateException(String, Exception)

public:
 RevokedCertificateException(System::String ^ message, Exception ^ innerException);
public RevokedCertificateException (string message, Exception innerException);
new Microsoft.IdentityServer.RevokedCertificateException : string * Exception -> Microsoft.IdentityServer.RevokedCertificateException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to