Partager via


WorkbookErrorException Constructeurs

Définition

Surcharges

WorkbookErrorException()

Initialise une nouvelle instance de la classe WorkbookErrorException.

WorkbookErrorException(String)

Initialise une nouvelle instance de la classe WorkbookErrorException.

WorkbookErrorException(String, Exception)

Initialise une nouvelle instance de la classe WorkbookErrorException.

WorkbookErrorException()

Initialise une nouvelle instance de la classe WorkbookErrorException.

public WorkbookErrorException ();
Public Sub New ()

S’applique à

WorkbookErrorException(String)

Initialise une nouvelle instance de la classe WorkbookErrorException.

public WorkbookErrorException (string message);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkbookErrorException : string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkbookErrorException
Public Sub New (message As String)

Paramètres

message
String

Message d'exception.

S’applique à

WorkbookErrorException(String, Exception)

Initialise une nouvelle instance de la classe WorkbookErrorException.

public WorkbookErrorException (string message, Exception innerException);
new Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkbookErrorException : string * Exception -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.WorkbookErrorException
Public Sub New (message As String, innerException As Exception)

Paramètres

message
String

Message d'exception.

innerException
Exception

Exception interne.

S’applique à