C# Class Verses.Portable.InvalidVerseException

Inheritance: System.Exception
Afficher le fichier Open project: pierceboggan/Verses

Méthodes publiques

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

Method Details

InvalidVerseException() public méthode

public InvalidVerseException ( ) : System
Résultat System

InvalidVerseException() public méthode

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

InvalidVerseException() public méthode

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