Share via


SsoAuthenticationException Constructor (String, Exception, String, Uri)

Initializes a new instance of the class with a specified error message, a reference to the inner exception that caused this exception, and the URL the credentials can be entered.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    inner As Exception, _
    targetApplication As String, _
    credentialEntryUrl As Uri _
)
'Usage
Dim message As String
Dim inner As Exception
Dim targetApplication As String
Dim credentialEntryUrl As Uri

Dim instance As New SsoAuthenticationException(message, _
    inner, targetApplication, credentialEntryUrl)
public SsoAuthenticationException(
    string message,
    Exception inner,
    string targetApplication,
    Uri credentialEntryUrl
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

  • inner
    Type: System.Exception

    The inner exception that caused the current exception.

  • credentialEntryUrl
    Type: System.Uri

    The URL where the credentials can be entered.

See Also

Reference

SsoAuthenticationException Class

SsoAuthenticationException Members

SsoAuthenticationException Overload

Microsoft.BusinessData.Runtime Namespace