C# Class LearnLanguages.DataAccess.Exceptions.MustRunOnServerException

Inheritance: System.Exception
Show file Open project: ibgib/LearnLanguages

Public Methods

Method Description
MustRunOnServerException ( ) : System
MustRunOnServerException ( Exception innerException ) : System
MustRunOnServerException ( string errorMsg ) : System

Method Details

MustRunOnServerException() public method

public MustRunOnServerException ( ) : System
return System

MustRunOnServerException() public method

public MustRunOnServerException ( Exception innerException ) : System
innerException System.Exception
return System

MustRunOnServerException() public method

public MustRunOnServerException ( string errorMsg ) : System
errorMsg string
return System