HDInsightClusterCreateException Class

Definition

Thrown when an error occurs during cluster create.

[System.Serializable]
public class HDInsightClusterCreateException : Exception
[<System.Serializable>]
type HDInsightClusterCreateException = class
    inherit Exception
Public Class HDInsightClusterCreateException
Inherits Exception
Inheritance
HDInsightClusterCreateException
Attributes

Constructors

HDInsightClusterCreateException()

Initializes a new instance of the HDInsightClusterCreateException class.

HDInsightClusterCreateException(ClusterDetails)

Initializes a new instance of the HDInsightClusterCreateException class.

HDInsightClusterCreateException(SerializationInfo, StreamingContext)

Initializes a new instance of the HDInsightClusterCreateException class.

HDInsightClusterCreateException(String)

Initializes a new instance of the HDInsightClusterCreateException class.

HDInsightClusterCreateException(String, Exception)

Initializes a new instance of the HDInsightClusterCreateException class.

Properties

ClusterDetails

Gets the cluster details of the cluster that did not create successfully.

Methods

GetObjectData(SerializationInfo, StreamingContext)

When overridden in a derived class, sets the SerializationInfo with information about the exception.

Applies to