C# Class Rolcore.Repository.RepositoryPersistenceException

Inheritance: System.Exception
ファイルを表示 Open project: Rollins/Rolcore

Public Methods

Method Description
RepositoryPersistenceException ( ) : System
RepositoryPersistenceException ( string message ) : System
RepositoryPersistenceException ( string message, Exception innerException ) : System

Protected Methods

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

Method Details

RepositoryPersistenceException() public method

public RepositoryPersistenceException ( ) : System
return System

RepositoryPersistenceException() protected method

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

RepositoryPersistenceException() public method

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

RepositoryPersistenceException() public method

public RepositoryPersistenceException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System