BatchErrorException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Azure SDK for .NET