JSException Costruttori

Definizione

Overload

JSException(String)

Costruisce un'istanza di JSException.

JSException(String, Exception)

Costruisce un'istanza di JSException.

JSException(String)

Costruisce un'istanza di JSException.

public:
 JSException(System::String ^ message);
public JSException (string message);
new Microsoft.JSInterop.JSException : string -> Microsoft.JSInterop.JSException
Public Sub New (message As String)

Parametri

message
String

Il messaggio dell'eccezione.

Si applica a

JSException(String, Exception)

Costruisce un'istanza di JSException.

public:
 JSException(System::String ^ message, Exception ^ innerException);
public JSException (string message, Exception innerException);
new Microsoft.JSInterop.JSException : string * Exception -> Microsoft.JSInterop.JSException
Public Sub New (message As String, innerException As Exception)

Parametri

message
String

Il messaggio dell'eccezione.

innerException
Exception

Eccezione interna.

Si applica a