Udostępnij za pośrednictwem


MembershipPasswordException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy MembershipPasswordException.

Przeciążenia

MembershipPasswordException()

Inicjuje nowe wystąpienie klasy MembershipPasswordException.

MembershipPasswordException(String)

Inicjuje nowe wystąpienie MembershipPasswordException klasy i ustawia Message Właściwość na podaną message .

MembershipPasswordException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie MembershipPasswordException klasy z podanymi informacjami o serializacji i kontekście.

MembershipPasswordException(String, Exception)

Inicjuje nowe wystąpienie MembershipPasswordException klasy i ustawia Message Właściwość na wartość podaną message i InnerException Właściwość na dostarczone innerException .

MembershipPasswordException()

Inicjuje nowe wystąpienie klasy MembershipPasswordException.

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

Dotyczy

MembershipPasswordException(String)

Inicjuje nowe wystąpienie MembershipPasswordException klasy i ustawia Message Właściwość na podaną message .

public:
 MembershipPasswordException(System::String ^ message);
public MembershipPasswordException (string message);
new System.Web.Security.MembershipPasswordException : string -> System.Web.Security.MembershipPasswordException
Public Sub New (message As String)

Parametry

message
String

Opis przyczyny wyjątku.

Dotyczy

MembershipPasswordException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie MembershipPasswordException klasy z podanymi informacjami o serializacji i kontekście.

protected:
 MembershipPasswordException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected MembershipPasswordException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Web.Security.MembershipPasswordException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Web.Security.MembershipPasswordException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parametry

info
SerializationInfo

Obiekt SerializationInfo zawierający dane zserializowanego obiektu dotyczące zgłaszanego wyjątku.

context
StreamingContext

Obiekt StreamingContext zawierający informacje kontekstowe dotyczące źródła lub miejsca docelowego.

Dotyczy

MembershipPasswordException(String, Exception)

Inicjuje nowe wystąpienie MembershipPasswordException klasy i ustawia Message Właściwość na wartość podaną message i InnerException Właściwość na dostarczone innerException .

public:
 MembershipPasswordException(System::String ^ message, Exception ^ innerException);
public MembershipPasswordException (string message, Exception innerException);
new System.Web.Security.MembershipPasswordException : string * Exception -> System.Web.Security.MembershipPasswordException
Public Sub New (message As String, innerException As Exception)

Parametry

message
String

Opis przyczyny wyjątku.

innerException
Exception

Wyjątek, który spowodował MembershipPasswordException .

Dotyczy