HDInsightClusterCreateException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Exception) |
Initializes a new instance of the HDInsightClusterCreateException class. |
HDInsightClusterCreateException(String) |
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. |