Table of Contents

Class BridgeProbeException

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

Thrown when the bridge reports a non-success status for a probe operation. 当 bridge 在探测操作中返回非成功状态时引发。

public sealed class BridgeProbeException : TensorRtException, ISerializable
Inheritance
BridgeProbeException
Implements
Inherited Members

Constructors

BridgeProbeException(BridgeStatusCode, BridgeErrorCategory, string)

Initializes a probe exception from bridge status information. 使用 bridge 状态信息初始化探测异常。

public BridgeProbeException(BridgeStatusCode statusCode, BridgeErrorCategory errorCategory, string message)

Parameters

statusCode BridgeStatusCode

The bridge status code. Bridge 状态码。

errorCategory BridgeErrorCategory

The bridge error category. Bridge 错误分类。

message string

The human-readable error message. 可读错误消息。