Compartilhar via


WebServiceErrorEvent(String, Object, Exception) Construtor

Definição

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.

Aplica-se a