Udostępnij za pośrednictwem


ServicedComponentException Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy ServicedComponentException.

Przeciążenia

ServicedComponentException()

Inicjuje nowe wystąpienie klasy ServicedComponentException.

ServicedComponentException(String)

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

ServicedComponentException(String, Exception)

Inicjuje nowe wystąpienie klasy ServicedComponentException.

ServicedComponentException()

Inicjuje nowe wystąpienie klasy ServicedComponentException.

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

Dotyczy

ServicedComponentException(String)

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

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

Parametry

message
String

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

Dotyczy

ServicedComponentException(String, Exception)

Inicjuje nowe wystąpienie klasy ServicedComponentException.

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

Parametry

message
String

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

innerException
Exception

Element InnerException, jeśli istnieje, który zgłosił bieżący wyjątek.

Dotyczy