Bagikan melalui


UnsupportedPolicyOptionsException Konstruktor

Definisi

Menginisialisasi instans UnsupportedPolicyOptionsException kelas.

Overload

UnsupportedPolicyOptionsException()

Menginisialisasi instans UnsupportedPolicyOptionsException kelas.

UnsupportedPolicyOptionsException(String)

Menginisialisasi instans UnsupportedPolicyOptionsException kelas dengan pesan kesalahan yang ditentukan.

UnsupportedPolicyOptionsException(SerializationInfo, StreamingContext)

Menginisialisasi instans UnsupportedPolicyOptionsException kelas dengan informasi serialisasi dan konteks streaming yang ditentukan.

UnsupportedPolicyOptionsException(String, Exception)

Menginisialisasi instans UnsupportedPolicyOptionsException kelas dengan pesan kesalahan yang ditentukan dan pengecualian asli yang menyebabkan pengecualian ini dilemparkan.

UnsupportedPolicyOptionsException()

Menginisialisasi instans UnsupportedPolicyOptionsException kelas.

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

Berlaku untuk

UnsupportedPolicyOptionsException(String)

Menginisialisasi instans UnsupportedPolicyOptionsException kelas dengan pesan kesalahan yang ditentukan.

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)

Parameter

message
String

Pesan kesalahan.

Berlaku untuk

UnsupportedPolicyOptionsException(SerializationInfo, StreamingContext)

Menginisialisasi instans UnsupportedPolicyOptionsException kelas dengan informasi serialisasi dan konteks streaming yang ditentukan.

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)

Parameter

info
SerializationInfo

SerializationInfo yang menyimpan data objek berseri tentang pengecualian yang sedang dilemparkan.

context
StreamingContext

StreamingContext yang berisi informasi kontekstual tentang sumber atau tujuan.

Berlaku untuk

UnsupportedPolicyOptionsException(String, Exception)

Menginisialisasi instans UnsupportedPolicyOptionsException kelas dengan pesan kesalahan yang ditentukan dan pengecualian asli yang menyebabkan pengecualian ini dilemparkan.

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)

Parameter

message
String

Pesan kesalahan yang menjelaskan alasan pengecualian.

innerException
Exception

Pengecualian asli yang menyebabkan pengecualian ini dilemparkan.

Berlaku untuk