C# Class CmisSync.Lib.Cmis.RepositoryExceptionEventArgs

Inheritance: System.EventArgs
Mostrar archivo Open project: OpenDataSpace/CmisSync

Public Methods

Method Description
RepositoryExceptionEventArgs ( ExceptionLevel level, ExceptionType type, Exception e = null ) : System

Method Details

RepositoryExceptionEventArgs() public method

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