CompositionError.Exception 属性

定义

获取构成错误的根本原因的异常。

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

属性值

这是根本原因的 CompositionError异常。 默认值为 null

适用于