Version

DocumentEncryptedException Constructor(String,Exception)

Creates a new DocumentEncryptedException instance.
Syntax
public DocumentEncryptedException( 
   string message,
   Exception innerException
)

Parameters

message
A message describing the error.
innerException
The exception that caused this exception.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also