C# Class CQRSalad.Dispatching.ServiceProviderException

Inheritance: System.ApplicationException
ファイルを表示 Open project: Ontropix/CQRSalad

Public Methods

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

Method Details

ServiceProviderException() public method

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

ServiceProviderException() public method

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

ServiceProviderException() public method

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