WsFederationException Class

Definition

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)

Initializes a new instance of the WsFederationException class with a specified error message.

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.

Applies to