WebSsoConfigurationException Class
Thrown by AD FS for configuration errors either in the web.config or the trust policy.
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.WebSsoConfigurationException
Syntax
[SerializableAttribute]
public sealed class WebSsoConfigurationException : Exception
[SerializableAttribute]
public ref class WebSsoConfigurationException sealed : Exception
[<Sealed>]
[<SerializableAttribute>]
type WebSsoConfigurationException =
class
inherit Exception
end
<SerializableAttribute>
Public NotInheritable Class WebSsoConfigurationException
Inherits Exception
Constructors
Name | Description | |
---|---|---|
WebSsoConfigurationException() | This API supports the product infrastructure and is not intended to be used directly from your code. The WebSsoConfigurationException constructor supports the AD FS infrastructure and is not intended to be used directly from your code. |
|
WebSsoConfigurationException(String) | This API supports the product infrastructure and is not intended to be used directly from your code. The WebSsoConfigurationException constructor supports the AD FS infrastructure and is not intended to be used directly from your code. |
|
WebSsoConfigurationException(String, Exception) | This API supports the product infrastructure and is not intended to be used directly from your code. The WebSsoConfigurationException constructor supports the AD FS infrastructure and is not intended to be used directly from your code. |
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) |
|
HelpLink | (Inherited from Exception.) |
|
InnerException | (Inherited from Exception.) |
|
Message | Gets a localized exception message.(Overrides Exception.Message.) |
|
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) | Sets the SerializationInfo with information about the exception. (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