HDInsightClusterCreateException Class
Note |
|---|
This version of the HDInsight .NET SDK is deprecated and will be removed by January 1, 2017. You are encouraged to use the newer ARM-based version of HDInsight .NET SDK going forward. For instructions on how to use the new HDInsight .NET SDK to create a cluster, see Create HDInsight Linux clusters using .NET SDK. For instructions on how to submit jobs using the new .NET SDK and other approaches, see Submit jobs to an HDInsight cluster. The HDInsight SDK reference for the newer version is available at HDInsight .NET SDK Reference. |
Represents an exception that is thrown when an error occurs during cluster creation.
Assembly: Microsoft.WindowsAzure.Management.HDInsight (in Microsoft.WindowsAzure.Management.HDInsight.dll)
System::Exception
Microsoft.WindowsAzure.Management.HDInsight::HDInsightClusterCreateException
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | ClusterDetails | Gets the cluster details of the cluster that did not create successfully. |
![]() | Data | (Inherited from Exception.) |
![]() | HelpLink | (Inherited from Exception.) |
![]() | HResult | (Inherited from Exception.) |
![]() | InnerException | (Inherited from Exception.) |
![]() | Message | (Inherited from Exception.) |
![]() | Source | (Inherited from Exception.) |
![]() | StackTrace | (Inherited from Exception.) |
![]() | TargetSite | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | When overridden in a derived class, sets the SerializationInfo with information about the exception.(Overrides Exception::GetObjectData(SerializationInfo^, StreamingContext).) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




