HDInsightClusterCreateException 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
HDInsightClusterCreateException() |
Inicializa uma nova instância da classe HDInsightClusterCreateException. |
HDInsightClusterCreateException(ClusterDetails) |
Inicializa uma nova instância da classe HDInsightClusterCreateException. |
HDInsightClusterCreateException(String) |
Inicializa uma nova instância da classe HDInsightClusterCreateException. |
HDInsightClusterCreateException(SerializationInfo, StreamingContext) |
Inicializa uma nova instância da classe HDInsightClusterCreateException. |
HDInsightClusterCreateException(String, Exception) |
Inicializa uma nova instância da classe HDInsightClusterCreateException. |
HDInsightClusterCreateException()
Inicializa uma nova instância da classe HDInsightClusterCreateException.
public HDInsightClusterCreateException ();
Public Sub New ()
Aplica-se a
HDInsightClusterCreateException(ClusterDetails)
Inicializa uma nova instância da classe HDInsightClusterCreateException.
public HDInsightClusterCreateException (Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails clusterDetails);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightClusterCreateException : Microsoft.WindowsAzure.Management.HDInsight.ClusterDetails -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightClusterCreateException
Public Sub New (clusterDetails As ClusterDetails)
Parâmetros
- clusterDetails
- ClusterDetails
O ClusterDetails que contém informações contextuais sobre a tentativa de criação do cluster.
Aplica-se a
HDInsightClusterCreateException(String)
Inicializa uma nova instância da classe HDInsightClusterCreateException.
public HDInsightClusterCreateException (string exceptionMessage);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightClusterCreateException : string -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightClusterCreateException
Public Sub New (exceptionMessage As String)
Parâmetros
- exceptionMessage
- String
O System.string que contém a mensagem de exceção gerada.
Aplica-se a
HDInsightClusterCreateException(SerializationInfo, StreamingContext)
Inicializa uma nova instância da classe HDInsightClusterCreateException.
protected HDInsightClusterCreateException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightClusterCreateException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightClusterCreateException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parâmetros
- info
- SerializationInfo
O SerializationInfo que mantém os dados de objeto serializados sobre a exceção que está sendo lançada.
- context
- StreamingContext
O StreamingContext que contém informações contextuais sobre a fonte ou o destino.
Aplica-se a
HDInsightClusterCreateException(String, Exception)
Inicializa uma nova instância da classe HDInsightClusterCreateException.
public HDInsightClusterCreateException (string message, Exception innerException);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightClusterCreateException : string * Exception -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightClusterCreateException
Public Sub New (message As String, innerException As Exception)
Parâmetros
- message
- String
O System.string que contém a mensagem de exceção gerada.
Aplica-se a
Azure SDK for .NET