C# Class OpenStack.IdentityRequiredException

Inheritance: Exception
Afficher le fichier Open project: ONLYOFFICE/AppServer

Méthodes publiques

Méthode Description
IdentityRequiredException ( ) : System

Initializes a new instance of the IdentityRequiredException class.

Méthodes protégées

Méthode Description
IdentityRequiredException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the IdentityRequiredException class.

Method Details

IdentityRequiredException() public méthode

Initializes a new instance of the IdentityRequiredException class.
public IdentityRequiredException ( ) : System
Résultat System

IdentityRequiredException() protected méthode

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.
Résultat System