PipeAndFilter API:PipeAndFilterException
PipeAndFilterException
Namespace: PipeFilterCore
Represents a exception for PipeAndFilter.
public class PipeAndFilterException : System.Exception, System.Runtime.Serialization.ISerializable
Inheritance Object → Exception → PipeAndFilterException
Implements ISerializable
Fields
StatusInit
The default status for initialize.
public static PipeStatus StatusInit;
Properties
Data
public IDictionary Data { get; }
Property Value
HelpLink
public string HelpLink { get; set; }
Property Value
HResult
public int HResult { get; set; }
Property Value
InnerException
public Exception InnerException { get; }
Property Value
Message
public string Message { get; }
Property Value
Source
public string Source { get; set; }
Property Value
StackTrace
public string StackTrace { get; }
Property Value
Status
The status of step (pipe, condition or task).
public Nullable<PipeStatus> Status { get; }
Property Value
TargetSite
public MethodBase TargetSite { get; }
Property Value
Constructors
PipeAndFilterException(PipeStatus, String)
Create PipeAndFilter-Exception.
public PipeAndFilterException(PipeStatus status, string message)
Parameters
status
PipeStatus
The status of step (pipe, condition or task).
message
String
The message that describes the error.
PipeAndFilterException(PipeStatus, String, Exception)
Create PipeAndFilter-Exception with innerException.
public PipeAndFilterException(PipeStatus status, string message, Exception innerException)
Parameters
status
PipeStatus
The status of step (pipe, condition or task).
message
String
The message that describes the error.
innerException
Exception
The exception that is the cause of the current exception, or a null reference.
Methods
GetObjectData(SerializationInfo, StreamingContext)
public void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
info
SerializationInfo
context
StreamingContext