[]
public JBIG2Exception(Exception ex)
Public Sub New(ex As Exception)
| Type | Name | Description |
|---|---|---|
| Exception | ex |
Constructs a JBIGException whithout a message.
public JBIG2Exception()
Public Sub New()
Constructs a
JBIGException with a message.
public JBIG2Exception(string message)
Public Sub New(message As String)
| Type | Name | Description |
|---|---|---|
| string | message | a message describing the exception |