Namespace: Microsoft.IdentityModel.Protocols.WSIdentity
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As UnauthorizedRequestException |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ Public Class UnauthorizedRequestException Inherits Exception |
C# |
---|
[SerializableAttribute] public class UnauthorizedRequestException : Exception |
C++ |
---|
[SerializableAttribute] public ref class UnauthorizedRequestException : public Exception |
J# |
---|
/** @attribute SerializableAttribute() */ public class UnauthorizedRequestException extends Exception |
JScript |
---|
SerializableAttribute public class UnauthorizedRequestException extends Exception |
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.IdentityModel.Protocols.WSIdentity.UnauthorizedRequestException
System.Exception
Microsoft.IdentityModel.Protocols.WSIdentity.UnauthorizedRequestException
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.