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.StringThe error message that explains the reason for the exception.
inner
Type: System.ExceptionThe inner exception that caused the current exception.
credentialEntryUrl
Type: System.UriThe URL where the credentials must be entered.
See Also
Reference
AuthenticationException Members