Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringA string that contains the error message describing the reason for the exception.
e
Type: System.ExceptionThe exception that caused the current exception.
See Also
WebSsoConfigurationException Overload
WebSsoConfigurationException Class
System.Web.Security.SingleSignOn Namespace
Return to top