C# Class SenseNet.Services.ContentStore.NodeLoadException

Inheritance: System.ApplicationException
ファイルを表示 Open project: maxpavlov/FlexNet

Public Methods

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

Protected Methods

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

Method Details

NodeLoadException() public method

public NodeLoadException ( ) : System
return System

NodeLoadException() protected method

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

NodeLoadException() public method

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

NodeLoadException() public method

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