AVEVA OMI Software Developer Kit
Members 



ArchestrA.Client.CommonUtil Namespace : ThrowHelper.ValidatedNotNullAttribute Class
ThrowHelper.ValidatedNotNullAttribute Class
Syntax
'Declaration
 
<AttributeUsageAttribute(AttributeTargets.Parameter)>
Private NotInheritable Class ThrowHelper.ValidatedNotNullAttribute 
   Inherits System.Attribute
'Usage
 
Dim instance As ThrowHelper.ValidatedNotNullAttribute
[AttributeUsage(AttributeTargets.Parameter)]
private sealed class ThrowHelper.ValidatedNotNullAttribute : System.Attribute 
[AttributeUsage(AttributeTargets.Parameter)]
private ref class ThrowHelper.ValidatedNotNullAttribute sealed : public System.Attribute 
Inheritance Hierarchy

System.Object
   System.Attribute
      ArchestrA.Client.CommonUtil.ThrowHelper.ValidatedNotNullAttribute

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also