RevokedCertificateException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
- info
- SerializationInfo
- context
- StreamingContext
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