Partager via


BatchErrorException Constructeurs

Définition

Surcharges

BatchErrorException()

Initialise une nouvelle instance de la classe BatchErrorException.

BatchErrorException(String)

Initialise une nouvelle instance de la classe BatchErrorException.

BatchErrorException(String, Exception)

Initialise une nouvelle instance de la classe BatchErrorException.

BatchErrorException()

Source:
BatchErrorException.cs

Initialise une nouvelle instance de la classe BatchErrorException.

public BatchErrorException ();
Public Sub New ()

S’applique à

BatchErrorException(String)

Source:
BatchErrorException.cs

Initialise une nouvelle instance de la classe BatchErrorException.

public BatchErrorException (string message);
new Microsoft.Azure.Batch.Protocol.Models.BatchErrorException : string -> Microsoft.Azure.Batch.Protocol.Models.BatchErrorException
Public Sub New (message As String)

Paramètres

message
String

Message d'exception.

S’applique à

BatchErrorException(String, Exception)

Source:
BatchErrorException.cs

Initialise une nouvelle instance de la classe BatchErrorException.

public BatchErrorException (string message, Exception innerException);
new Microsoft.Azure.Batch.Protocol.Models.BatchErrorException : string * Exception -> Microsoft.Azure.Batch.Protocol.Models.BatchErrorException
Public Sub New (message As String, innerException As Exception)

Paramètres

message
String

Message d'exception.

innerException
Exception

Exception interne.

S’applique à