CompositionError.Exception 属性

定义

获取作为导致出现组合错误的根本原因的异常。

public:
 property Exception ^ Exception { Exception ^ get(); };
public Exception Exception { get; }
public Exception? Exception { get; }
member this.Exception : Exception
Public ReadOnly Property Exception As Exception

属性值

作为导致出现 CompositionError 的根本原因的异常。 默认值为 null

适用于