[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.CompressionException.-ctor

CompressionException Constructor

CompressionException()

Initializes a new instance of the CompressionException class.

Declaration
public CompressionException()

CompressionException(string)

Initializes a new instance of the CompressionException class.

Declaration
public CompressionException(string sMessage)
Parameters
Type Name Description
string sMessage

The exception message.

CompressionException(string, Exception)

Initializes a new instance of the CompressionException class.

Declaration
public CompressionException(string sMessage, Exception oInnerException)
Parameters
Type Name Description
string sMessage

The exception message.

Exception oInnerException

The inner exception.

CompressionException(SerializationInfo, StreamingContext)

Initializes a new instance of the CompressionException class with serialized data.

Declaration
protected CompressionException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info

The object that holds the serialized object data.

StreamingContext context

Contextual information about the source or destination.

Remarks

This constructor is required to properly support ASP.NET and .net remoting channels.