C# Класс PageTypeBuilder.Synchronization.Validation.UnmappablePropertyTypeException

Наследование: PageTypeBuilderException
Показать файл Открыть проект

Открытые методы

Метод Описание
UnmappablePropertyTypeException ( ) : System
UnmappablePropertyTypeException ( string message ) : System
UnmappablePropertyTypeException ( string message, Exception innerException ) : System

Описание методов

UnmappablePropertyTypeException() публичный Метод

public UnmappablePropertyTypeException ( ) : System
Результат System

UnmappablePropertyTypeException() публичный Метод

public UnmappablePropertyTypeException ( string message ) : System
message string
Результат System

UnmappablePropertyTypeException() публичный Метод

public UnmappablePropertyTypeException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System