C# Class CmisSync.Lib.Cmis.RepositoryExceptionEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: OpenDataSpace/CmisSync

Méthodes publiques

Méthode Description
RepositoryExceptionEventArgs ( ExceptionLevel level, ExceptionType type, Exception e = null ) : System

Method Details

RepositoryExceptionEventArgs() public méthode

public RepositoryExceptionEventArgs ( ExceptionLevel level, ExceptionType type, Exception e = null ) : System
level ExceptionLevel
type ExceptionType
e System.Exception
Résultat System