C# Class PageTypeBuilder.PageTypeBuilderException

Inheritance: System.ApplicationException
Afficher le fichier Open project: joelabrahamsson/Page-Type-Builder

Méthodes publiques

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

Method Details

PageTypeBuilderException() public méthode

public PageTypeBuilderException ( ) : System
Résultat System

PageTypeBuilderException() public méthode

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

PageTypeBuilderException() public méthode

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