C# Class SenseNet.ContentRepository.Storage.RepositoryException

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

Public Methods

Method Description
GetObjectData ( System info, System context ) : void
RepositoryException ( int errorNumber ) : System
RepositoryException ( int errorNumber, string message ) : System
RepositoryException ( int errorNumber, string message, Exception inner ) : System

Protected Methods

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

Method Details

GetObjectData() public method

public GetObjectData ( System info, System context ) : void
info System
context System
return void

RepositoryException() protected method

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

RepositoryException() public method

public RepositoryException ( int errorNumber ) : System
errorNumber int
return System

RepositoryException() public method

public RepositoryException ( int errorNumber, string message ) : System
errorNumber int
message string
return System

RepositoryException() public method

public RepositoryException ( int errorNumber, string message, Exception inner ) : System
errorNumber int
message string
inner System.Exception
return System