Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the error message.
Namespace: System.Web.Http.ModelBinding
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ErrorMessage As String
Get
'Usage
Dim instance As FormatterParameterBinding
Dim value As String
value = instance.ErrorMessage
public override string ErrorMessage { get; }
public:
virtual property String^ ErrorMessage {
String^ get () override;
}
abstract ErrorMessage : string
override ErrorMessage : string
override function get ErrorMessage () : String
Property Value
Type: System.String
The error message.