Język

RegistrationException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy RegistrationException.

Przeciążenia

Nazwa Opis
RegistrationException()

Inicjuje nowe wystąpienie klasy RegistrationException.

RegistrationException(String)

Inicjuje nowe wystąpienie klasy RegistrationException z określonym komunikatem o błędzie.

RegistrationException(String, Exception)

Inicjuje nowe wystąpienie RegistrationException klasy z określonym komunikatem o błędzie i zagnieżdżonym wyjątkiem.

RegistrationException()

Inicjuje nowe wystąpienie klasy RegistrationException.

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

Dotyczy

RegistrationException(String)

Inicjuje nowe wystąpienie klasy RegistrationException z określonym komunikatem o błędzie.

public:
 RegistrationException(System::String ^ msg);
public RegistrationException(string msg);
new System.EnterpriseServices.RegistrationException : string -> System.EnterpriseServices.RegistrationException
Public Sub New (msg As String)

Parametry

msg
String

Komunikat wyświetlany klientowi po wystąpieniu wyjątku.

Dotyczy

RegistrationException(String, Exception)

Inicjuje nowe wystąpienie RegistrationException klasy z określonym komunikatem o błędzie i zagnieżdżonym wyjątkiem.

public:
 RegistrationException(System::String ^ msg, Exception ^ inner);
public RegistrationException(string msg, Exception inner);
new System.EnterpriseServices.RegistrationException : string * Exception -> System.EnterpriseServices.RegistrationException
Public Sub New (msg As String, inner As Exception)

Parametry

msg
String

Komunikat wyświetlany klientowi po wystąpieniu wyjątku.

inner
Exception

Zagnieżdżony wyjątek.

Dotyczy