C# Class CastIt.Domain.Exceptions.ConnectingException

Inheritance: Exception
Afficher le fichier Open project: Wolfteam/CastIt

Méthodes publiques

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

Method Details

ConnectingException() public méthode

public ConnectingException ( ) : System
Résultat System

ConnectingException() public méthode

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

ConnectingException() public méthode

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