C# Class CmisSync.Lib.Cmis.UiUtils.LoginException

Inheritance: System.Exception
Afficher le fichier Open project: OpenDataSpace/CmisSync Class Usage Examples

Méthodes publiques

Méthode Description
LoginException ( ) : System

Initializes a new instance of the CmisSync.Lib.Cmis.UiUtils.LoginException class.

LoginException ( Exception inner ) : System

Initializes a new instance of the CmisSync.Lib.Cmis.UiUtils.LoginException class.

LoginException ( string message ) : System

Initializes a new instance of the CmisPermissionDeniedException class.

LoginException ( string message, Exception inner ) : System

Initializes a new instance of the CmisPermissionDeniedException class.

Méthodes protégées

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

Initializes a new instance of the CmisPermissionDeniedException class.

Method Details

LoginException() public méthode

Initializes a new instance of the CmisSync.Lib.Cmis.UiUtils.LoginException class.
public LoginException ( ) : System
Résultat System

LoginException() public méthode

Initializes a new instance of the CmisSync.Lib.Cmis.UiUtils.LoginException class.
public LoginException ( Exception inner ) : System
inner System.Exception Inner Exception.
Résultat System

LoginException() protected méthode

Initializes a new instance of the CmisPermissionDeniedException class.
protected LoginException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Serialization info.
context System.Runtime.Serialization.StreamingContext Streaming context.
Résultat System

LoginException() public méthode

Initializes a new instance of the CmisPermissionDeniedException class.
public LoginException ( string message ) : System
message string Message of the exception.
Résultat System

LoginException() public méthode

Initializes a new instance of the CmisPermissionDeniedException class.
public LoginException ( string message, Exception inner ) : System
message string Message of the exception.
inner System.Exception Inner exception.
Résultat System