SecureStoreServiceCredentialsNotFoundException Constructor (String, String, Uri)
Initializes a new instance of the SecureStoreServiceCredentialsNotFoundException class with a specified message, target application information, and a credential management URL.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.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 SecureStoreServiceCredentialsNotFoundException(message, _
targetAppId, url)
public SecureStoreServiceCredentialsNotFoundException(
string message,
string targetAppId,
Uri url
)
Parameters
message
Type: System.StringThe message that explains the reason for the exception.
targetAppId
Type: System.StringThe target application ID.
url
Type: System.UriThe credentials management URL.
See Also
Reference
SecureStoreServiceCredentialsNotFoundException Class
SecureStoreServiceCredentialsNotFoundException Members