C# Class RIAPP.DataService.Core.Exceptions.DummyException

Inheritance: RIAPP.DataService.Core.Exceptions.DomainServiceException
Mostrar archivo Open project: BBGONE/JRIApp

Public Methods

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

Method Details

DummyException() public method

public DummyException ( ) : System
return System

DummyException() public method

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

DummyException() public method

public DummyException ( string message, Exception innerException ) : System
message string
innerException Exception
return System