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