C# Class PageTypeBuilder.PageTypeBuilderException

Inheritance: System.ApplicationException
Mostra file Open project: joelabrahamsson/Page-Type-Builder

Public Methods

Method Description
PageTypeBuilderException ( ) : System
PageTypeBuilderException ( string message ) : System
PageTypeBuilderException ( string message, Exception innerException ) : System

Method Details

PageTypeBuilderException() public method

public PageTypeBuilderException ( ) : System
return System

PageTypeBuilderException() public method

public PageTypeBuilderException ( string message ) : System
message string
return System

PageTypeBuilderException() public method

public PageTypeBuilderException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System