Share via


SignedHttpRequestCreationException Constructors

Definition

Overloads

SignedHttpRequestCreationException()

Initializes a new instance of the SignedHttpRequestCreationException class.

SignedHttpRequestCreationException(String)

Initializes a new instance of the SignedHttpRequestCreationException class.

SignedHttpRequestCreationException(SerializationInfo, StreamingContext)

Initializes a new instance of the SignedHttpRequestCreationException class.

SignedHttpRequestCreationException(String, Exception)

Initializes a new instance of the SignedHttpRequestCreationException class.

SignedHttpRequestCreationException()

Initializes a new instance of the SignedHttpRequestCreationException class.

public SignedHttpRequestCreationException ();
Public Sub New ()

Applies to

SignedHttpRequestCreationException(String)

Initializes a new instance of the SignedHttpRequestCreationException class.

public SignedHttpRequestCreationException (string message);
new Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestCreationException : string -> Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestCreationException
Public Sub New (message As String)

Parameters

message
String

Additional information to be included in the exception and displayed to user.

Applies to

SignedHttpRequestCreationException(SerializationInfo, StreamingContext)

Initializes a new instance of the SignedHttpRequestCreationException class.

protected SignedHttpRequestCreationException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestCreationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestCreationException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameters

info
SerializationInfo

the SerializationInfo that holds the serialized object data.

context
StreamingContext

The contextual information about the source or destination.

Applies to

SignedHttpRequestCreationException(String, Exception)

Initializes a new instance of the SignedHttpRequestCreationException class.

public SignedHttpRequestCreationException (string message, Exception innerException);
new Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestCreationException : string * Exception -> Microsoft.IdentityModel.Protocols.SignedHttpRequest.SignedHttpRequestCreationException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String

Additional information to be included in the exception and displayed to user.

innerException
Exception

A Exception that represents the root cause of the exception.

Applies to