HDInsightClusterDoesNotExistException Constructors

Definition

Overloads

HDInsightClusterDoesNotExistException()

Initializes a new instance of the HDInsightClusterDoesNotExistException class.

HDInsightClusterDoesNotExistException(String)

Initializes a new instance of the HDInsightClusterDoesNotExistException class.

HDInsightClusterDoesNotExistException(SerializationInfo, StreamingContext)

Initializes a new instance of the HDInsightClusterDoesNotExistException class.

HDInsightClusterDoesNotExistException(String, Exception)

Initializes a new instance of the HDInsightClusterDoesNotExistException class.

HDInsightClusterDoesNotExistException()

Initializes a new instance of the HDInsightClusterDoesNotExistException class.

public HDInsightClusterDoesNotExistException ();
Public Sub New ()

Applies to

HDInsightClusterDoesNotExistException(String)

Initializes a new instance of the HDInsightClusterDoesNotExistException class.

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

Parameters

dnsName
String

Name of the DNS.

Applies to

HDInsightClusterDoesNotExistException(SerializationInfo, StreamingContext)

Initializes a new instance of the HDInsightClusterDoesNotExistException class.

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)

Parameters

info
SerializationInfo

The SerializationInfo that holds the serialized object data about the exception being thrown.

context
StreamingContext

The StreamingContext that contains contextual information about the source or destination.

Applies to

HDInsightClusterDoesNotExistException(String, Exception)

Initializes a new instance of the HDInsightClusterDoesNotExistException class.

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)

Parameters

dnsName
String

Name of the DNS.

innerException
Exception

The inner exception.

Applies to