Share via


BaseValidatingContext<TOptions>.Error Property

Gets the validation error.

Namespace:  Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

'Declaration
Public Property Error As String 
    Get 
    Private Set
'Usage
Dim instance As BaseValidatingContext 
Dim value As String 

value = instance.Error
public string Error { get; private set; }
public:
property String^ Error {
    String^ get ();
    private: void set (String^ value);
}
member Error : string with get, private set
function get Error () : String 
private function set Error (value : String)

Property Value

Type: System.String
The validation error.

See Also

Reference

BaseValidatingContext<TOptions> Class

Microsoft.Owin.Security.OAuth Namespace