Compartir a través de


WebServiceErrorEvent(String, Object, Exception) Constructor

Definición

Inicializa una nueva instancia de la clase WebServiceErrorEvent usando los 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

Descripción del evento.

eventSource
Object

El objeto que es el origen del evento.

exception
Exception

La excepción asociada con el error.

Se aplica a