RuntimeWrappedException.WrappedException 属性
定义
获取由 RuntimeWrappedException 对象包装的对象。Gets the object that was wrapped by the RuntimeWrappedException object.
public:
property System::Object ^ WrappedException { System::Object ^ get(); };
public object WrappedException { get; }
member this.WrappedException : obj
Public ReadOnly Property WrappedException As Object
属性值
由 RuntimeWrappedException 对象包装的对象。The object that was wrapped by the RuntimeWrappedException object.
注解
WrappedException属性获取一个对象,该对象是一种语言引发的异常,该语言允许不是从类派生的异常 Exception 。The WrappedException property gets an object that was thrown as an exception from a language that allows exceptions that do not derive from the Exception class.