ConstraintExceptionSpec Property |
Gets or sets the exception specification that defines exceptions to the main constraint.
Namespace: Lextm.SharpSnmpPro.MibAssembly: SharpSnmpPro.Mib (in SharpSnmpPro.Mib.dll) Version: 2.1.3+8c6e8963be682b1d7fd7055c260d7b3d449dbc11
Syntaxpublic ExceptionSpec ExceptionSpec { get; set; }
Public Property ExceptionSpec As ExceptionSpec
Get
Set
Dim instance As Constraint
Dim value As ExceptionSpec
value = instance.ExceptionSpec
instance.ExceptionSpec = value
public:
property ExceptionSpec^ ExceptionSpec {
ExceptionSpec^ get ();
void set (ExceptionSpec^ value);
}
member ExceptionSpec : ExceptionSpec with get, set
Property Value
ExceptionSpec
See Also