Namespace: Microsoft.IdentityModel.SecurityTokenService
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Usage
Visual Basic |
---|
Dim instance As MissingAppliesToException |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ Public Class MissingAppliesToException Inherits Exception |
C# |
---|
[SerializableAttribute] public class MissingAppliesToException : Exception |
C++ |
---|
[SerializableAttribute] public ref class MissingAppliesToException : public Exception |
J# |
---|
/** @attribute SerializableAttribute() */ public class MissingAppliesToException extends Exception |
JScript |
---|
SerializableAttribute public class MissingAppliesToException extends Exception |
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.IdentityModel.SecurityTokenService.MissingAppliesToException
System.Exception
Microsoft.IdentityModel.SecurityTokenService.MissingAppliesToException
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.