PasswordRequiredException Constructor |
Namespace: GroupDocs.Viewer.ExceptionsAssembly: GroupDocs.Viewer (in GroupDocs.Viewer.dll) Version: 22.5
Syntaxprotected PasswordRequiredException(
SerializationInfo info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
protected:
PasswordRequiredException(
SerializationInfo^ info,
StreamingContext context
)
new :
info : SerializationInfo *
context : StreamingContext -> PasswordRequiredException
Parameters
- info
- Type: System.Runtime.SerializationSerializationInfo
The serialization info. - context
- Type: System.Runtime.SerializationStreamingContext
The streaming context.
See Also