C# Class PageTypeBuilder.Synchronization.Validation.UnmappablePropertyTypeException

Inheritance: PageTypeBuilderException
Mostra file Open project: joelabrahamsson/Page-Type-Builder

Public Methods

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

Method Details

UnmappablePropertyTypeException() public method

public UnmappablePropertyTypeException ( ) : System
return System

UnmappablePropertyTypeException() public method

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

UnmappablePropertyTypeException() public method

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