PipeException.ErrorCode 属性

定义

获取与异常一起返回的错误代码。

public:
 virtual property int ErrorCode { int get(); };
public virtual int ErrorCode { get; }
member this.ErrorCode : int
Public Overridable ReadOnly Property ErrorCode As Integer

属性值

一个整数,它包含与异常一起返回的错误代码。

适用于