C# Class Cmis.Utility.CmisPathException

Inheritance: DotCMIS.Exceptions.CmisBaseException
Afficher le fichier Open project: OpenDataSpace/CmisCmdlets

Méthodes publiques

Méthode Description
CmisPathException ( ) : System
CmisPathException ( System info, System context ) : System
CmisPathException ( string message ) : System
CmisPathException ( string message, Exception innerException ) : System

Method Details

CmisPathException() public méthode

public CmisPathException ( ) : System
Résultat System

CmisPathException() public méthode

public CmisPathException ( System info, System context ) : System
info System
context System
Résultat System

CmisPathException() public méthode

public CmisPathException ( string message ) : System
message string
Résultat System

CmisPathException() public méthode

public CmisPathException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System