Share via


WebSsoConfigurationException Constructor (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.

Namespace:   System.Web.Security.SingleSignOn
Assembly:  System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)

Syntax

public WebSsoConfigurationException(
    string s,
    Exception e
)
public:
WebSsoConfigurationException(
    String^ s,
    Exception^ e
)
new : 
        s:string *
        e:Exception -> WebSsoConfigurationException
Public Sub New (
    s As String,
    e As Exception
)

Parameters

  • s
    Type: System.String

    A string that contains the error message describing the reason for the exception.

See Also

WebSsoConfigurationException Overload
WebSsoConfigurationException Class
System.Web.Security.SingleSignOn Namespace

Return to top