Share via


ExceptionSummary.ExceptionType 属性

定义

获取异常的类型说明。

public:
 property System::String ^ ExceptionType { System::String ^ get(); };
public string ExceptionType { get; }
member this.ExceptionType : string
Public ReadOnly Property ExceptionType As String

属性值

注解

不一定是类型名称。 具体而言,对于内部异常,这将包括外部异常的类型名称以及内部异常的类型名称。

适用于