SecretNotFoundException(String, Exception) Constructor

Initializes a new SecretNotFoundException with the specified error message and InnerException property.

Definition

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.2.9017.0
C#
public SecretNotFoundException(
	string message,
	Exception innerException
)

Parameters

message  String
A message describing the exception.
innerException  Exception
The exception that resulted in this exception being thrown.

See Also