Gets or sets the information about the reason of the failure of the operation.
Syntax
[CanBeNull()]
Exception Exception {get; set;}
'Declaration
<CanBeNullAttribute()>
Property Exception As Exception
'Usage
Dim instance As _ValueArrayResult
Dim value As Exception
instance.Exception = value
value = instance.Exception
Property Value
Null reference if the operation has succeeded, or a non-null
System.Exception if the operation has failed.
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also