ClaimsMappingException Class
The exception that is thrown if the Federation Service encountered an exception during claims mapping.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Exception
System.Web.Security.SingleSignOn.ClaimsMappingException
Syntax
[SerializableAttribute]
public sealed class ClaimsMappingException : Exception
[SerializableAttribute]
public ref class ClaimsMappingException sealed : Exception
[<Sealed>]
[<SerializableAttribute>]
type ClaimsMappingException =
class
inherit Exception
end
<SerializableAttribute>
Public NotInheritable Class ClaimsMappingException
Inherits Exception
Constructors
Name | Description | |
---|---|---|
ClaimsMappingException() | Initializes a new instance of the ClaimsMappingException object. |
|
ClaimsMappingException(String) | Initializes a new instance of the ClaimsMappingException object using the specified string. |
|
ClaimsMappingException(String, Exception) | Initializes a new instance of the ClaimsMappingException object using the specified string and a reference to the inner exception that is the cause of this exception. |
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) |
|
HelpLink | (Inherited from Exception.) |
|
InnerException | (Inherited from Exception.) |
|
Message | (Inherited from Exception.) |
|
Source | (Inherited from Exception.) |
|
StackTrace | (Inherited from Exception.) |
|
TargetSite | (Inherited from Exception.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetBaseException() | (Inherited from Exception.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetObjectData(SerializationInfo, StreamingContext) | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Adds information about the exception to the SerializationInfo object.(Overrides Exception.GetObjectData(SerializationInfo, StreamingContext).) |
|
GetType() | (Inherited from Exception.) |
|
ToString() | (Inherited from Exception.) |
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.
See Also
System.Web.Security.SingleSignOn Namespace
Return to top