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

Inheritance: Exception
Afficher le fichier Open project: dex-it/dex-common

Méthodes publiques

Méthode Description
OutboxException ( ) : System
OutboxException ( string message ) : System
OutboxException ( string message, Exception innerException ) : System

Method Details

OutboxException() public méthode

public OutboxException ( ) : System
Résultat System

OutboxException() public méthode

public OutboxException ( string message ) : System
message string
Résultat System

OutboxException() public méthode

public OutboxException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System