Class ProcessException
An exception is occured in the bridged process.
Implements
Inherited Members
Namespace: inetsoftware.ProcessBridge
Assembly: inetsoftware.Reporting.dll
Syntax
public class ProcessException : Exception, ISerializable
Properties
ErrorCode
The error number of the exception
Declaration
public virtual int ErrorCode { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
GetObjectData(SerializationInfo, StreamingContext)
Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | |
| StreamingContext | context |