CabException Class
Exception class for cabinet operations.
Methods
Section titled “Methods”| Method | Description |
|---|---|
| GetObjectData(info, context) | Sets the SerializationInfo with information about the exception. |
Properties
Section titled “Properties”| Property | Description |
|---|---|
| Error | Gets the FCI or FDI cabinet engine error number. |
| ErrorCode | Gets the Win32 error code. |
WixToolset.Dtf.Compression.Cab.dll version 5.0.0+41e11442b2ca93e444b60213b5ae99dcbab787d8 |
GetObjectData(info, context) Method
Section titled “GetObjectData(info, context) Method”Sets the SerializationInfo with information about the exception.
Declaration
Section titled “Declaration”public void GetObjectData( System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
| info | System.Runtime.Serialization.SerializationInfo | The SerializationInfo that holds the serialized object data about the exception being thrown. |
| context | System.Runtime.Serialization.StreamingContext | The StreamingContext that contains contextual information about the source or destination. |
Error Property
Section titled “Error Property”Gets the FCI or FDI cabinet engine error number.
Declaration
Section titled “Declaration”public int Error { get; set; }ErrorCode Property
Section titled “ErrorCode Property”Gets the Win32 error code.
Declaration
Section titled “Declaration”public int ErrorCode { get; set; }