C# Class Dex.Cap.Outbox.Exceptions.OutboxException

Inheritance: Exception
Mostrar archivo Open project: dex-it/dex-common

Public Methods

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

Method Details

OutboxException() public method

public OutboxException ( ) : System
return System

OutboxException() public method

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

OutboxException() public method

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