Cmis.Utility.CmisPathException.CmisPathException C# (CSharp) Method

CmisPathException() public method

public CmisPathException ( ) : System
return System
        public CmisPathException()
            : base()
        {
        }

Same methods

CmisPathException::CmisPathException ( System info, System context ) : System
CmisPathException::CmisPathException ( string message ) : System
CmisPathException::CmisPathException ( string message, Exception innerException ) : System
CmisPathException