ATMLCommonLibrary.controls.validators.ValidationErrorEventArgs.ValidationErrorEventArgs C# (CSharp) 메소드

ValidationErrorEventArgs() 공개 메소드

public ValidationErrorEventArgs ( string errorMessage ) : System
errorMessage string
리턴 System
        public ValidationErrorEventArgs(string errorMessage)
        {
            _errorMessage = errorMessage;
        }
ValidationErrorEventArgs