次の方法で共有


HDInsightClusterCreateException クラス

定義

クラスターの作成中にエラーが発生するとスローされます。

[System.Serializable]
public class HDInsightClusterCreateException : Exception
[<System.Serializable>]
type HDInsightClusterCreateException = class
    inherit Exception
Public Class HDInsightClusterCreateException
Inherits Exception
継承
HDInsightClusterCreateException
属性

コンストラクター

HDInsightClusterCreateException()

HDInsightClusterCreateException クラスの新しいインスタンスを初期化します。

HDInsightClusterCreateException(ClusterDetails)

HDInsightClusterCreateException クラスの新しいインスタンスを初期化します。

HDInsightClusterCreateException(SerializationInfo, StreamingContext)

HDInsightClusterCreateException クラスの新しいインスタンスを初期化します。

HDInsightClusterCreateException(String, Exception)

HDInsightClusterCreateException クラスの新しいインスタンスを初期化します。

HDInsightClusterCreateException(String)

HDInsightClusterCreateException クラスの新しいインスタンスを初期化します。

プロパティ

ClusterDetails

正常に作成されなかったクラスターのクラスターの詳細を取得します。

メソッド

GetObjectData(SerializationInfo, StreamingContext)

派生クラスでオーバーライドされた場合は、その例外に関する情報を使用して SerializationInfo を設定します。

適用対象