JSException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
JSException(String) |
Construit un instance de JSException. |
JSException(String, Exception) |
Construit un instance de JSException. |
JSException(String)
- Source:
- JSException.cs
- Source:
- JSException.cs
- Source:
- JSException.cs
- Source:
- JSException.cs
- Source:
- JSException.cs
- Source:
- JSException.cs
- Source:
- JSException.cs
Construit un instance de JSException.
public:
JSException(System::String ^ message);
public JSException (string message);
new Microsoft.JSInterop.JSException : string -> Microsoft.JSInterop.JSException
Public Sub New (message As String)
Paramètres
- message
- String
Message d'exception.
S’applique à
JSException(String, Exception)
- Source:
- JSException.cs
- Source:
- JSException.cs
- Source:
- JSException.cs
- Source:
- JSException.cs
- Source:
- JSException.cs
- Source:
- JSException.cs
- Source:
- JSException.cs
Construit un instance de 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)
Paramètres
- message
- String
Message d'exception.
- innerException
- Exception
Exception interne.