WebServiceErrorEvent(String, Object, Exception) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe WebServiceErrorEvent usando os parâmetros de evento especificados.
protected public:
WebServiceErrorEvent(System::String ^ message, System::Object ^ eventSource, Exception ^ exception);
protected internal WebServiceErrorEvent (string message, object eventSource, Exception exception);
new System.Web.Management.WebServiceErrorEvent : string * obj * Exception -> System.Web.Management.WebServiceErrorEvent
Protected Friend Sub New (message As String, eventSource As Object, exception As Exception)
Parâmetros
- message
- String
A descrição do evento.
- eventSource
- Object
O objeto que é a origem do evento.
- exception
- Exception
A exceção que está associada ao erro.