C# Class SenseNet.ContentRepository.InvalidContentActionException

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

Public Methods

Method Description
InvalidContentActionException ( ) : System
InvalidContentActionException ( string message ) : System
InvalidContentActionException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

InvalidContentActionException() public method

public InvalidContentActionException ( ) : System
return System

InvalidContentActionException() protected method

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

InvalidContentActionException() public method

public InvalidContentActionException ( string message ) : System
message string
return System

InvalidContentActionException() public method

public InvalidContentActionException ( string message, Exception inner ) : System
message string
inner System.Exception
return System