ExceptionDetail.Type 属性  
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置传递到构造函数的异常的类型字符串。
public:
 property System::String ^ Type { System::String ^ get(); void set(System::String ^ value); };
	public:
 property System::String ^ Type { System::String ^ get(); };
	[System.Runtime.Serialization.DataMember]
public string Type { get; set; }
	[System.Runtime.Serialization.DataMember]
public string Type { get; }
	[<System.Runtime.Serialization.DataMember>]
member this.Type : string with get, set
	[<System.Runtime.Serialization.DataMember>]
member this.Type : string
	Public Property Type As String
	Public ReadOnly Property Type As String
	属性值
传递到构造函数的异常的类型字符串。
- 属性