ServicedComponentException Конструкторы

Определение

Инициализирует новый экземпляр класса ServicedComponentException.

Перегрузки

ServicedComponentException()

Инициализирует новый экземпляр класса ServicedComponentException.

ServicedComponentException(String)

Инициализирует новый экземпляр класса ServicedComponentException с указанным сообщением об ошибке.

ServicedComponentException(String, Exception)

Инициализирует новый экземпляр класса ServicedComponentException.

ServicedComponentException()

Инициализирует новый экземпляр класса ServicedComponentException.

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

Применяется к

ServicedComponentException(String)

Инициализирует новый экземпляр класса ServicedComponentException с указанным сообщением об ошибке.

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

Параметры

message
String

Сообщение, отображаемое для клиента при возникновении исключения.

Применяется к

ServicedComponentException(String, Exception)

Инициализирует новый экземпляр класса 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)

Параметры

message
String

Сообщение, отображаемое для клиента при возникновении исключения.

innerException
Exception

Метод InnerException (при наличии), вызвавший текущее исключение.

Применяется к