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
statusCodeBridgeStatusCodeThe bridge status code. Bridge 状态码。
errorCategoryBridgeErrorCategoryThe bridge error category. Bridge 错误分类。
messagestringThe human-readable error message. 可读错误消息。