'Declaration
<DefaultValueAttribute("")> <XmlIgnoreAttribute()> Public Property Exception As Exception
'Usage
Dim instance As OperationEventArgs Dim value As Exception instance.Exception = value value = instance.Exception
[DefaultValue("")] [XmlIgnore()] public Exception Exception {get; set;}
[DefaultValue("")] [XmlIgnore()] public: property Exception^ Exception { Exception^ get(); void set ( Exception^ value); }