ModelError Constructor

.NET Framework (current version)
 

Initializes a new instance of the ModelError class.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

NameDescription
System_CAPS_pubmethodModelError(Exception^)

Initializes a new instance of the ModelError class using the specified exception.

System_CAPS_pubmethodModelError(Exception^, String^)

Initializes a new instance of the ModelError class using the specified exception and error message.

System_CAPS_pubmethodModelError(String^)

Initializes a new instance of the ModelError class using the specified error message.

Return to top
Show: