SecureStoreCredentialsNotFoundException Constructor (String, String, Uri)
Constructs a new instance of the class with a message and application information.
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
message As String, _
targetAppId As String, _
url As Uri _
)
'Usage
Dim message As String
Dim targetAppId As String
Dim url As Uri
Dim instance As New SecureStoreCredentialsNotFoundException(message, _
targetAppId, url)
public SecureStoreCredentialsNotFoundException(
string message,
string targetAppId,
Uri url
)
Parameters
message
Type: System.StringThe message text.
targetAppId
Type: System.StringThe target application identifier.
url
Type: System.UriThe credential management URL.
See Also
Reference
SecureStoreCredentialsNotFoundException Class
SecureStoreCredentialsNotFoundException Members