C# Class OpenStack.IdentityRequiredException

Inheritance: Exception
显示文件 Open project: ONLYOFFICE/AppServer

Public Methods

Method Description
IdentityRequiredException ( ) : System

Initializes a new instance of the IdentityRequiredException class.

Protected Methods

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

Initializes a new instance of the IdentityRequiredException class.

Method Details

IdentityRequiredException() public method

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

IdentityRequiredException() protected method

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