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.StringThe error message that explains the reason for the exception.
innerException
Type: System.ExceptionThe exception that caused the SecureStoreServiceTargetApplicationNotFoundException.
See Also
Reference
SecureStoreServiceTargetApplicationNotFoundException Class
SecureStoreServiceTargetApplicationNotFoundException Members
SecureStoreServiceTargetApplicationNotFoundException Overload