UnsupportedPolicyOptionsException Construtores

Definição

Inicializa uma instância da classe UnsupportedPolicyOptionsException.Initializes an instance of the UnsupportedPolicyOptionsException class.

Sobrecargas

UnsupportedPolicyOptionsException()

Inicializa uma instância da classe UnsupportedPolicyOptionsException.Initializes an instance of the UnsupportedPolicyOptionsException class.

UnsupportedPolicyOptionsException(String)

Inicializa uma instância da classe UnsupportedPolicyOptionsException com a mensagem de erro especificada.Initializes an instance of the UnsupportedPolicyOptionsException class with the specified error message.

UnsupportedPolicyOptionsException(SerializationInfo, StreamingContext)

Inicializa uma nova instância da classe UnsupportedPolicyOptionsException com as informações de serialização e contexto de fluxo especificadas.Initializes an instance of the UnsupportedPolicyOptionsException class with the specified serialization information and streaming context.

UnsupportedPolicyOptionsException(String, Exception)

Inicializa uma instância da classe UnsupportedPolicyOptionsException com a mensagem de erro especificada e a exceção original que fez essa exceção ser gerada.Initializes an instance of the UnsupportedPolicyOptionsException class with the specified error message and the original exception that caused this exception to be thrown.

UnsupportedPolicyOptionsException()

Inicializa uma instância da classe UnsupportedPolicyOptionsException.Initializes an instance of the UnsupportedPolicyOptionsException class.

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

Aplica-se a

UnsupportedPolicyOptionsException(String)

Inicializa uma instância da classe UnsupportedPolicyOptionsException com a mensagem de erro especificada.Initializes an instance of the UnsupportedPolicyOptionsException class with the specified error message.

public:
 UnsupportedPolicyOptionsException(System::String ^ message);
public UnsupportedPolicyOptionsException (string message);
new System.IdentityModel.Selectors.UnsupportedPolicyOptionsException : string -> System.IdentityModel.Selectors.UnsupportedPolicyOptionsException
Public Sub New (message As String)

Parâmetros

message
String

A mensagem de erro.The error message.

Aplica-se a

UnsupportedPolicyOptionsException(SerializationInfo, StreamingContext)

Inicializa uma nova instância da classe UnsupportedPolicyOptionsException com as informações de serialização e contexto de fluxo especificadas.Initializes an instance of the UnsupportedPolicyOptionsException class with the specified serialization information and streaming context.

protected:
 UnsupportedPolicyOptionsException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected UnsupportedPolicyOptionsException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.IdentityModel.Selectors.UnsupportedPolicyOptionsException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.IdentityModel.Selectors.UnsupportedPolicyOptionsException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parâmetros

info
SerializationInfo

O SerializationInfo que contém os dados de objeto serializados sobre a exceção que está sendo gerada.SerializationInfo that holds the serialized object data about the exception that is being thrown.

context
StreamingContext

O StreamingContext que contém informações contextuais sobre a fonte ou o destino.The StreamingContext that contains contextual information about the source or destination.

Aplica-se a

UnsupportedPolicyOptionsException(String, Exception)

Inicializa uma instância da classe UnsupportedPolicyOptionsException com a mensagem de erro especificada e a exceção original que fez essa exceção ser gerada.Initializes an instance of the UnsupportedPolicyOptionsException class with the specified error message and the original exception that caused this exception to be thrown.

public:
 UnsupportedPolicyOptionsException(System::String ^ message, Exception ^ innerException);
public UnsupportedPolicyOptionsException (string message, Exception innerException);
new System.IdentityModel.Selectors.UnsupportedPolicyOptionsException : string * Exception -> System.IdentityModel.Selectors.UnsupportedPolicyOptionsException
Public Sub New (message As String, innerException As Exception)

Parâmetros

message
String

A mensagem de erro que explica a razão da exceção.The error message that explains the reason for the exception.

innerException
Exception

A exceção original que fez com que essa exceção fosse gerada.The original exception that caused this exception to be thrown.

Aplica-se a