C# Class FLink.Core.Exceptions.FLinkException

Inheritance: Exception
Afficher le fichier Open project: justmine66/FLink.CSharp

Méthodes publiques

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

Method Details

FLinkException() public méthode

public FLinkException ( ) : System
Résultat System

FLinkException() public méthode

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

FLinkException() public méthode

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