C# Class Crow.Library.Foundation.Exceptions.ConversionException

Inheritance: System.Exception
Afficher le fichier Open project: msusur/Crowfx

Méthodes publiques

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

Method Details

ConversionException() public méthode

public ConversionException ( ) : System
Résultat System

ConversionException() public méthode

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

ConversionException() public méthode

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