HDInsightClusterCreateException Constructors

Definition

Overloads

HDInsightClusterCreateException()

Initializes a new instance of the HDInsightClusterCreateException class.

HDInsightClusterCreateException(ClusterDetails)

Initializes a new instance of the HDInsightClusterCreateException class.

HDInsightClusterCreateException(String)

Initializes a new instance of the HDInsightClusterCreateException class.

HDInsightClusterCreateException(SerializationInfo, StreamingContext)

Initializes a new instance of the HDInsightClusterCreateException class.

HDInsightClusterCreateException(String, Exception)

Initializes a new instance of the HDInsightClusterCreateException class.

HDInsightClusterCreateException()

Initializes a new instance of the HDInsightClusterCreateException class.

public HDInsightClusterCreateException ();
Public Sub New ()

Applies to

HDInsightClusterCreateException(ClusterDetails)

Initializes a new instance of the HDInsightClusterCreateException class.

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)

Parameters

clusterDetails
ClusterDetails

The ClusterDetails that contains contextual information about the cluster create attempt.

Applies to

HDInsightClusterCreateException(String)

Initializes a new instance of the HDInsightClusterCreateException class.

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

Parameters

exceptionMessage
String

The System.string that holds the exception message thrown.

Applies to

HDInsightClusterCreateException(SerializationInfo, StreamingContext)

Initializes a new instance of the HDInsightClusterCreateException class.

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)

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

HDInsightClusterCreateException(String, Exception)

Initializes a new instance of the HDInsightClusterCreateException class.

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)

Parameters

message
String

The System.string that holds the exception message thrown.

innerException
Exception

The Exception that holds the inner exception thrown.

Applies to