WarningCode.MinimumWarningCode Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Minimum valid warning code. Can be used to validate ranges of warning codes.
public: int MinimumWarningCode = 300;
public const int MinimumWarningCode = 300;
val mutable MinimumWarningCode : int
Public Const MinimumWarningCode As Integer = 300