JSException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| JSException(String) |
Erstellt eine instance von JSException. |
| JSException(String, Exception) |
Erstellt eine instance von JSException. |
JSException(String)
- Quelle:
- JSException.cs
- Quelle:
- JSException.cs
- Quelle:
- JSException.cs
- Quelle:
- JSException.cs
- Quelle:
- JSException.cs
- Quelle:
- JSException.cs
- Quelle:
- JSException.cs
- Quelle:
- JSException.cs
Erstellt eine instance von JSException.
public:
JSException(System::String ^ message);
public JSException(string message);
new Microsoft.JSInterop.JSException : string -> Microsoft.JSInterop.JSException
Public Sub New (message As String)
Parameter
- message
- String
Die Ausnahmemeldung.
Gilt für:
JSException(String, Exception)
- Quelle:
- JSException.cs
- Quelle:
- JSException.cs
- Quelle:
- JSException.cs
- Quelle:
- JSException.cs
- Quelle:
- JSException.cs
- Quelle:
- JSException.cs
- Quelle:
- JSException.cs
- Quelle:
- JSException.cs
Erstellt eine instance von 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)
Parameter
- message
- String
Die Ausnahmemeldung.
- innerException
- Exception
Die innere Ausnahme.