[]
Initializes a new instance of the CompressionException class.
public CompressionException()
Initializes a new instance of the CompressionException class.
public CompressionException(string sMessage)
| Type | Name | Description |
|---|---|---|
| string | sMessage | The exception message. |
Initializes a new instance of the CompressionException class.
public CompressionException(string sMessage, Exception oInnerException)
| Type | Name | Description |
|---|---|---|
| string | sMessage | The exception message. |
| Exception | oInnerException | The inner exception. |
Initializes a new instance of the CompressionException class with serialized data.
protected CompressionException(SerializationInfo info, StreamingContext context)
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | The object that holds the serialized object data. |
| StreamingContext | context | Contextual information about the source or destination. |
This constructor is required to properly support ASP.NET and .net remoting channels.