Click or drag to resize

SecretNotFoundException(String) Constructor

Initializes a new SecretNotFoundException with the specified error message.

Namespace: InnerDrive.Azure
Assembly: InnerDrive.Azure (in InnerDrive.Azure.dll) Version: 5.0.8475.0
Syntax
C#
public SecretNotFoundException(
	string message
)

Parameters

message  String
A message describing the exception.
See Also