Constructor EC2AdapterException
EC2AdapterException()
Constructor
public EC2AdapterException()
EC2AdapterException(string)
Constructor
public EC2AdapterException(string message)
Parameters
messagestringThe message that describes the error.
EC2AdapterException(string, Exception)
Constructor
public EC2AdapterException(string message, Exception inner)
Parameters
messagestringThe message that describes the error.
innerExceptionThe exception that is the cause of the current exception, or a null reference if no inner exception is specified.
EC2AdapterException(SerializationInfo, StreamingContext)
Initializes a new instance of the Exception class with serialized data.
protected EC2AdapterException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfoThe SerializationInfo instance that holds the serialized object data about the exception being thrown.
contextStreamingContextThe StreamingContext instance that contains contextual information about the source or destination.