C# Class SenseNet.ContentRepository.InvalidContentException

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

Public Methods

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

Protected Methods

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

Method Details

InvalidContentException() public method

public InvalidContentException ( ) : System
return System

InvalidContentException() protected method

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

InvalidContentException() public method

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

InvalidContentException() public method

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