[]
Constructs a new CorruptedCodestreamException exception with no detail message.
public CorruptedCodestreamException()
Public Sub New()
Constructs a new CorruptedCodestreamException exception with the specified detail message.
public CorruptedCodestreamException(string s)
Public Sub New(s As String)
| Type | Name | Description |
|---|---|---|
| string | s | The detail message. |