AuthFailure.ErrorUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Derived from the error_uri
parameter of the error response.
public:
property Uri ^ ErrorUri { Uri ^ get(); };
Uri ErrorUri();
public System.Uri ErrorUri { get; }
var uri = authFailure.errorUri;
Public ReadOnly Property ErrorUri As Uri
Property Value
A System.Uri that contains the error URI.