'Declaration
<DefaultValueAttribute(True)> Public ReadOnly Property IsBad As Boolean
[DefaultValue(true)] public bool IsBad {get;}
[DefaultValue(true)] public: property bool IsBad { bool get(); }
'Declaration
<DefaultValueAttribute(True)> Public ReadOnly Property IsBad As Boolean
[DefaultValue(true)] public bool IsBad {get;}
[DefaultValue(true)] public: property bool IsBad { bool get(); }
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.