HDInsightClusterDoesNotExistException Class

Definition

Thrown when an operation is performed on a cluster that does not exist.

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

Constructors

HDInsightClusterDoesNotExistException()

Initializes a new instance of the HDInsightClusterDoesNotExistException class.

HDInsightClusterDoesNotExistException(SerializationInfo, StreamingContext)

Initializes a new instance of the HDInsightClusterDoesNotExistException class.

HDInsightClusterDoesNotExistException(String)

Initializes a new instance of the HDInsightClusterDoesNotExistException class.

HDInsightClusterDoesNotExistException(String, Exception)

Initializes a new instance of the HDInsightClusterDoesNotExistException class.

Properties

Name

Gets the name of the cluster that doesn't exist.

Methods

GetObjectData(SerializationInfo, StreamingContext)

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

Applies to