Share via


SecureStoreServiceTargetApplicationNotFoundException constructor (String, Exception)

Initializes a new instance of the SecureStoreServiceTargetApplicationNotFoundException class with a specified error message and a reference to the inner exception that caused this exception.

Namespace:  Microsoft.Office.SecureStoreService.Server
Assembly:  Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New SecureStoreServiceTargetApplicationNotFoundException(message, _
    innerException)
public SecureStoreServiceTargetApplicationNotFoundException(
    string message,
    Exception innerException
)

Parameters

  • message
    Type: System.String

    The error message that explains the reason for the exception.

See also

Reference

SecureStoreServiceTargetApplicationNotFoundException class

SecureStoreServiceTargetApplicationNotFoundException members

SecureStoreServiceTargetApplicationNotFoundException overload

Microsoft.Office.SecureStoreService.Server namespace