C# Class ConoHaNet.Objects.InvalidETagException

Inheritance: System.Exception
Exibir arquivo Open project: crowdy/OpenStack-ConoHa

Public Methods

Method Description
InvalidETagException ( ) : System

Initializes a new instance of the InvalidETagException class.

Protected Methods

Method Description
InvalidETagException ( SerializationInfo info, StreamingContext context ) : System

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

Method Details

InvalidETagException() public method

Initializes a new instance of the InvalidETagException class.
public InvalidETagException ( ) : System
return System

InvalidETagException() protected method

Initializes a new instance of the InvalidETagException class with serialized data.
If is .
protected InvalidETagException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The that holds the serialized object data about the exception being thrown.
context System.Runtime.Serialization.StreamingContext The that contains contextual information about the source or destination.
return System