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