CastingConnectionErrorOccurredEventArgs.ErrorStatus 属性

定义

获取触发强制转换错误事件 ErrorOccurred 的特定错误。

public:
 property CastingConnectionErrorStatus ErrorStatus { CastingConnectionErrorStatus get(); };
CastingConnectionErrorStatus ErrorStatus();
public CastingConnectionErrorStatus ErrorStatus { get; }
var castingConnectionErrorStatus = castingConnectionErrorOccurredEventArgs.errorStatus;
Public ReadOnly Property ErrorStatus As CastingConnectionErrorStatus

属性值

开始或结束强制转换连接时的错误状态。

适用于