AuthenticationException Constructor (String, Exception, 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 that contains the credentials.

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

Syntax

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

Dim instance As New AuthenticationException(message, _
    inner, credentialEntryUrl)
public AuthenticationException(
    string message,
    Exception inner,
    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 must be entered.

See Also

Reference

AuthenticationException Class

AuthenticationException Members

AuthenticationException Overload

Microsoft.BusinessData.Runtime Namespace