'Declaration
<JetBrains.Annotations.CanBeNullAttribute()> ReadOnly Property Exception As Exception
'Usage
Dim instance As _EasyUAResolverAccessEventArgs Dim value As Exception value = instance.Exception
[JetBrains.Annotations.CanBeNull()] Exception Exception {get;}
[JetBrains.Annotations.CanBeNull()] property Exception^ Exception { Exception^ get(); }
Property Value
The value of this property can be null
(Nothing
in Visual Basic).
The default value of this property is null
.