C# Class SenseNet.ContentRepository.Storage.InvalidPathException

Inheritance: System.Exception
Show file Open project: maxpavlov/FlexNet

Public Methods

Method Description
InvalidPathException ( ) : System

Initializes a new instance of the InvalidPathException class.

InvalidPathException ( string message ) : System

Initializes a new instance of the InvalidPathException class.

InvalidPathException ( string message, Exception inner ) : System

Initializes a new instance of the InvalidPathException class.

Protected Methods

Method Description
InvalidPathException ( System info, System context ) : System

Method Details

InvalidPathException() public method

Initializes a new instance of the InvalidPathException class.
public InvalidPathException ( ) : System
return System

InvalidPathException() protected method

protected InvalidPathException ( System info, System context ) : System
info System
context System
return System

InvalidPathException() public method

Initializes a new instance of the InvalidPathException class.
public InvalidPathException ( string message ) : System
message string The message.
return System

InvalidPathException() public method

Initializes a new instance of the InvalidPathException class.
public InvalidPathException ( string message, Exception inner ) : System
message string The message.
inner System.Exception The inner exception.
return System