YAXLib.YAXErrorIfMissedAttribute.YAXErrorIfMissedAttribute C# (CSharp) Method

YAXErrorIfMissedAttribute() public method

Initializes a new instance of the YAXErrorIfMissedAttribute class.
public YAXErrorIfMissedAttribute ( YAXExceptionTypes treatAs ) : System
treatAs YAXExceptionTypes The value indicating this situation is going to be treated as Error or Warning.
return System
        public YAXErrorIfMissedAttribute(YAXExceptionTypes treatAs)
        {
            this.TreatAs = treatAs;
            this.DefaultValue = null;
        }
YAXErrorIfMissedAttribute