Compartilhar via


BatchErrorException Construtores

Definição

Sobrecargas

BatchErrorException()

Inicializa uma nova instância da classe BatchErrorException.

BatchErrorException(String)

Inicializa uma nova instância da classe BatchErrorException.

BatchErrorException(String, Exception)

Inicializa uma nova instância da classe BatchErrorException.

BatchErrorException()

Origem:
BatchErrorException.cs

Inicializa uma nova instância da classe BatchErrorException.

public BatchErrorException ();
Public Sub New ()

Aplica-se a

BatchErrorException(String)

Origem:
BatchErrorException.cs

Inicializa uma nova instância da 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)

Parâmetros

message
String

A mensagem de exceção.

Aplica-se a

BatchErrorException(String, Exception)

Origem:
BatchErrorException.cs

Inicializa uma nova instância da 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)

Parâmetros

message
String

A mensagem de exceção.

innerException
Exception

Exceção interna.

Aplica-se a