C# Class Prizm.Data.DAL.RepositoryException

Inheritance: System.ApplicationException
显示文件 Open project: AleksMorozova/prizm

Public Methods

Method Description
RepositoryException ( string message ) : System
RepositoryException ( string message, Exception ex ) : System

Method Details

RepositoryException() public method

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

RepositoryException() public method

public RepositoryException ( string message, Exception ex ) : System
message string
ex System.Exception
return System