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