BadPasswordException Public class
Diagram
flowchart LR classDef interfaceStyle stroke-dasharray: 5 5; classDef abstractStyle stroke-width:4px subgraph iTextSharp.text.exceptions iTextSharp.text.exceptions.BadPasswordException[[BadPasswordException]] end subgraph System.IO System.IO.IOException[[IOException]] end System.IO.IOException --> iTextSharp.text.exceptions.BadPasswordException
Details
Inheritance
-
IOException
Constructors
BadPasswordException [1/2]
Source code
public BadPasswordException(string message)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
message |
BadPasswordException [2/2]
Source code
protected BadPasswordException(SerializationInfo info, StreamingContext context)
Arguments
|
Type |
Name |
Description |
|---|---|---|
|
|
info |
|
|
|
context |
Generated with ModularDoc