Sdílet prostřednictvím


WebServiceErrorEvent(String, Object, Exception) Konstruktor

Definice

Inicializuje novou instanci WebServiceErrorEvent třídy pomocí zadaných parametrů události.

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)

Parametry

message
String

Popis události.

eventSource
Object

Objekt, který je zdrojem události.

exception
Exception

Výjimka, která je přidružena k chybě.

Platí pro