次の方法で共有


HDInsightClusterDoesNotExistException クラス

定義

存在しないクラスターで操作が実行されるとスローされます。

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

コンストラクター

HDInsightClusterDoesNotExistException()

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

HDInsightClusterDoesNotExistException(SerializationInfo, StreamingContext)

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

HDInsightClusterDoesNotExistException(String)

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

HDInsightClusterDoesNotExistException(String, Exception)

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

プロパティ

Name

存在しないクラスターの名前を取得します。

メソッド

GetObjectData(SerializationInfo, StreamingContext)

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

適用対象