Share via


SingleSignonException Constructor (Int32, Exception)

Namespace:  Microsoft.SharePoint.Portal.SingleSignon
Assembly:  Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)

Syntax

'Declaration
Public Sub New ( _
    i32Status As Integer, _
    e As Exception _
)
'Usage
Dim i32Status As Integer
Dim e As Exception

Dim instance As New SingleSignonException(i32Status, _
    e)
public SingleSignonException(
    int i32Status,
    Exception e
)

Parameters

  • i32Status
    Type: System.Int32
    The error code returned from the Microsoft Single Sign-On service (SSOSrv).

See Also

Reference

SingleSignonException Class

SingleSignonException Members

SingleSignonException Overload

Microsoft.SharePoint.Portal.SingleSignon Namespace