WsFederationException Class
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.
Represents a Ws Federation exception.
[System.Serializable]
public class WsFederationException : Exception
[<System.Serializable>]
type WsFederationException = class
inherit Exception
Public Class WsFederationException
Inherits Exception
- Inheritance
-
WsFederationException
- Derived
- Attributes
Constructors
WsFederationException() |
Initializes a new instance of the WsFederationException class. |
WsFederationException(SerializationInfo, StreamingContext) |
Initializes a new instance of the WsFederationException class. |
WsFederationException(String, Exception) |
Initializes a new instance of the WsFederationException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
WsFederationException(String) |
Initializes a new instance of the WsFederationException class with a specified error message. |