C# Class UserApp.Exceptions.TransportException

Inheritance: UserAppException
Afficher le fichier Open project: userapp-io/userapp-dotnet

Méthodes publiques

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

Method Details

TransportException() public méthode

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

TransportException() public méthode

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