C# Class Amss.Boilerplate.Business.Exceptions.BusinessException

Inheritance: Amss.Boilerplate.Common.Exceptions.RootException
Datei anzeigen Open project: quadio/amss-boilerplate

Public Methods

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

Protected Methods

Method Description
BusinessException ( SerializationInfo info, StreamingContext context ) : System

Method Details

BusinessException() public method

public BusinessException ( ) : System
return System

BusinessException() protected method

protected BusinessException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

BusinessException() public method

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

BusinessException() public method

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