C# Class Difi.SikkerDigitalPost.Klient.Domene.Exceptions.SikkerDigitalPostException

Inheritance: System.Exception
Afficher le fichier Open project: difi/sikker-digital-post-klient-dotnet

Méthodes publiques

Méthode Description
SikkerDigitalPostException ( ) : System
SikkerDigitalPostException ( string message ) : System
SikkerDigitalPostException ( string message, Exception inner ) : System

Method Details

SikkerDigitalPostException() public méthode

public SikkerDigitalPostException ( ) : System
Résultat System

SikkerDigitalPostException() public méthode

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

SikkerDigitalPostException() public méthode

public SikkerDigitalPostException ( string message, Exception inner ) : System
message string
inner System.Exception
Résultat System