Compartilhar via


HDInsightClusterDoesNotExistException Construtores

Definição

Sobrecargas

HDInsightClusterDoesNotExistException()

Inicializa uma nova instância da classe HDInsightClusterDoesNotExistException.

HDInsightClusterDoesNotExistException(String)

Inicializa uma nova instância da classe HDInsightClusterDoesNotExistException.

HDInsightClusterDoesNotExistException(SerializationInfo, StreamingContext)

Inicializa uma nova instância da classe HDInsightClusterDoesNotExistException.

HDInsightClusterDoesNotExistException(String, Exception)

Inicializa uma nova instância da classe HDInsightClusterDoesNotExistException.

HDInsightClusterDoesNotExistException()

Inicializa uma nova instância da classe HDInsightClusterDoesNotExistException.

public HDInsightClusterDoesNotExistException ();
Public Sub New ()

Aplica-se a

HDInsightClusterDoesNotExistException(String)

Inicializa uma nova instância da classe HDInsightClusterDoesNotExistException.

public HDInsightClusterDoesNotExistException (string dnsName);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightClusterDoesNotExistException : string -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightClusterDoesNotExistException
Public Sub New (dnsName As String)

Parâmetros

dnsName
String

Nome do DNS.

Aplica-se a

HDInsightClusterDoesNotExistException(SerializationInfo, StreamingContext)

Inicializa uma nova instância da classe HDInsightClusterDoesNotExistException.

protected HDInsightClusterDoesNotExistException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightClusterDoesNotExistException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightClusterDoesNotExistException
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

HDInsightClusterDoesNotExistException(String, Exception)

Inicializa uma nova instância da classe HDInsightClusterDoesNotExistException.

public HDInsightClusterDoesNotExistException (string dnsName, Exception innerException);
new Microsoft.WindowsAzure.Management.HDInsight.HDInsightClusterDoesNotExistException : string * Exception -> Microsoft.WindowsAzure.Management.HDInsight.HDInsightClusterDoesNotExistException
Public Sub New (dnsName As String, innerException As Exception)

Parâmetros

dnsName
String

Nome do DNS.

innerException
Exception

A exceção interna.

Aplica-se a