C# Класс Simplify.Web.ModelBinding.ModelBindingException

Represent model binding exceptions
Наследование: System.Exception
Показать файл Открыть проект

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

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

Initializes a new instance of the ModelBindingException class.

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

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

Initializes a new instance of the ModelBindingException class.
public ModelBindingException ( string message, Exception innerException = null ) : System
message string The message that describes the error.
innerException System.Exception The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
Результат System