Table of Contents

Constructor EC2TagMissingException

Namespace
Scaleout.Client.EC2
Assembly
Scaleout.Client.EC2.dll

EC2TagMissingException()

Constructor

public EC2TagMissingException()

EC2TagMissingException(string)

Constructor

public EC2TagMissingException(string message)

Parameters

message string

The message that describes the error.

EC2TagMissingException(string, Exception)

Constructor

public EC2TagMissingException(string message, Exception inner)

Parameters

message string

The message that describes the error.

inner Exception

The exception that is the cause of the current exception, or a null reference if no inner exception is specified.

EC2TagMissingException(SerializationInfo, StreamingContext)

Initializes a new instance of the Exception class with serialized data.

protected EC2TagMissingException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

The SerializationInfo instance that holds the serialized object data about the exception being thrown.

context StreamingContext

The StreamingContext instance that contains contextual information about the source or destination.