C# Class HelloClaptrap.Models.BizException

Inheritance: Exception
Mostrar archivo Open project: newbe36524/Newbe.Claptrap.Examples

Public Methods

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

Method Details

BizException() public method

public BizException ( ) : System
return System

BizException() public method

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

BizException() public method

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