System.Masks.EMaskException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEMaskException

Delphi

EMaskException = class(Exception);

C++

class PASCALIMPLEMENTATION EMaskException : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
System.Masks.pas
System.Masks.hpp
System.Masks System.Masks

Description

EMaskException is the exception class for errors that occur when comparing a file name to a mask.

EMaskException is raised when the TMask object or the global MatchesMask function encounters an improperly formed mask string.

See Also