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