SingleSignonCredsNotFoundException Constructor (String, Exception)
Namespace: Microsoft.SharePoint.Portal.SingleSignon
Assembly: Microsoft.SharePoint.Portal.SingleSignon (in Microsoft.SharePoint.Portal.SingleSignon.dll)
Syntax
'Declaration
Public Sub New ( _
appId As String, _
e As Exception _
)
'Usage
Dim appId As String
Dim e As Exception
Dim instance As New SingleSignonCredsNotFoundException(appId, e)
public SingleSignonCredsNotFoundException(
string appId,
Exception e
)
Parameters
- appId
Type: System.String
- e
Type: System.Exception
See Also
Reference
SingleSignonCredsNotFoundException Class
SingleSignonCredsNotFoundException Members