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