ServicedComponentException Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.