SecureStoreCredentialsNotFoundException Constructor (String)
Constructs a new instance of the class with a message.
Namespace: Microsoft.BusinessData.Infrastructure.SecureStore
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New SecureStoreCredentialsNotFoundException(message)
public SecureStoreCredentialsNotFoundException(
string message
)
Parameters
message
Type: System.StringThe message string.
See Also
Reference
SecureStoreCredentialsNotFoundException Class
SecureStoreCredentialsNotFoundException Members