类 TrialException

TrialException class

当未应用许可证时,在 Scene.Open/Scene.Save 中会抛出此异常。可以通过将 SuppressTrialException 设置为 true 来关闭此异常。

public class TrialException : Exception

构造函数

名称描述
TrialException()TrialException 的构造函数
TrialException(string)TrialException 的构造函数

属性

名称描述
static SuppressTrialException { get; set; }将其设置为 true 可在未授权使用时抑制试用异常,但限制仍然存在。要解除限制,请使用正式许可证。将其设置为 true 也表示您已知晓未授权使用的限制。

另请参见