C# Class SenseNet.ContentRepository.Storage.Data.NodeAlreadyExistsException

Inheritance: DataOperationException
Show file Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

NodeAlreadyExistsException() public method

public NodeAlreadyExistsException ( ) : System
return System

NodeAlreadyExistsException() protected method

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

NodeAlreadyExistsException() public method

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

NodeAlreadyExistsException() public method

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