AuthenticationException Constructor (String, Exception)

Initializes a new instance of the class with a specified error message and a reference to the inner exception that caused this exception.

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

Syntax

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

Dim instance As New AuthenticationException(message, _
    inner)
public AuthenticationException(
    string message,
    Exception inner
)

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.

See Also

Reference

AuthenticationException Class

AuthenticationException Members

AuthenticationException Overload

Microsoft.BusinessData.Runtime Namespace