WebUsers.EValidateUserException Members
Contents |
Delphi Information
| method ThrowOuterException public |
ThrowOuterException raises an exception and captures the current one. |
| method RaiseOuterException public |
RaiseOuterException raises an exception and captures the current one. |
| property StackInfo public |
StackInfo provides the stack information when this exception is raised. |
| property StackTrace public |
StackTrace specifies the stack trace at the moment when the exception was raised. |
| property Message public |
Message contains the text string to display in the exception dialog box when the exception is raised. |
| property InnerException public |
InnerException specifies the inner exception. |
| property HelpContext public |
Indicates the context ID number for context-sensitive online help associated with the exception. |
| property BaseException public |
BaseException specifies the innermost exception. |
| method GetBaseException public |
GetBaseException returns the innermost exception. |
| method CreateResFmtHelp public |
Creates an instance of an exception with a help-context ID and a formatted message string loaded from the application resources. |
| method CreateResHelp public |
Creates an instance of an exception with a help-context ID and a simple message string that is loaded from the application's resources. |
| method CreateFmtHelp public |
Instantiates an instance of an exception with a formatted message string and a help-context ID. |
| method CreateHelp public |
Creates an instance of an exception with a simple message string and a help-context ID. |
| method CreateResFmt public |
Creates an instance of an exception with a message string that is loaded from the application's resources and then formatted. |
| method CreateRes public |
Creates an instance of an exception with a simple message string that is loaded from the application's resources. |
| method CreateFmt public |
Instantiates an instance of an exception with a formatted message string. |
| method RaisingException protected |
RaisingException prepares the exception information. |
| method GetStackTrace protected |
GetStackTrace returns the stack trace at the moment the exception was raised. |
| method SetStackInfo protected |
SetStackInfo stores the stack information. |
| method SetInnerException protected |
SetInnerException sets the inner exception. |
| method Destroy public |
Disposes of an object instance. |
| method FreeInstance public |
Deallocates memory allocated by a previous call to the NewInstance method. |
| method NewInstance public |
Allocates memory for an instance of an object type and returns a pointer to that new instance. |
| method DefaultHandler public |
Provides the interface for a method that processes message records. |
| method Dispatch public |
Calls message-handling methods for the object, based on the contents of the Message parameter. |
| method BeforeDestruction public |
Responds before the first destructor executes. |
| method AfterConstruction public |
Responds after the last constructor has executed. |
| method SafeCallException public |
Handles exceptions in methods declared using the safecall calling convention. |
| method ToString public |
Returns a string containing the class name. |
| method GetHashCode public |
Returns an integer containing the hash code. |
| method Equals public |
Checks whether the current instance and the parameter are equal. |
| method UnitName public |
Returns a string containing the unit name. |
| method GetInterfaceTable public |
Returns a pointer to a structure containing all of the interfaces implemented by a given class. |
| method GetInterfaceEntry public |
Returns the entry for a specific interface implemented in a class. |
| method GetInterface public |
Retrieves a specified interface. |
| method FieldAddress public |
Returns the address of a published object field. |
| method MethodName public |
Returns the name of a class method by address. |
| method MethodAddress public |
Returns the address of a class method by name. |
| method InheritsFrom public |
Determines the relationship of two object types. |
| method InstanceSize public |
Returns the size in bytes of each instance of the object type. |
| method ClassInfo public |
Returns a pointer to the runtime type information (RTTI) table for the object type. |
| method ClassParent public |
Returns the type of the immediate ancestor of a class. |
| method ClassNameIs public |
Determines whether an object is of a specific type. |
| method ClassName public |
Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
| method ClassType public |
Returns the class reference for the object's class. |
| method CleanupInstance public |
Performs finalization on long strings, variants, and interface variables within a class. |
| method InitInstance public |
Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. |
| method Free public |
Destroys an object and frees its associated memory, if necessary. |
| method Create public |
Constructs an object and initializes its data before the object is first used. |
Unit: WebUsers
Member Of: EValidateUserException
C++ Information
| method ~EWebUsersListException public | Webusers.EWebUsersListException.~EWebUsersListException |
| method EWebUsersListException public | Webusers.EWebUsersListException.EWebUsersListException |
| method ~EWebBrokerException public | Httpapp.EWebBrokerException.~EWebBrokerException |
| method EWebBrokerException public | Httpapp.EWebBrokerException.EWebBrokerException |
| method ~TObject public | System.TObject.~TObject |
| method FreeInstance public |
Deallocates memory allocated by a previous call to the NewInstance method. |
| method NewInstance protected |
Allocates memory for an instance of an object type and returns a pointer to that new instance. |
| method DefaultHandler public |
Provides the interface for a method that processes message records. |
| method Dispatch public |
Calls message-handling methods for the object, based on the contents of the Message parameter. |
| method BeforeDestruction public |
Responds before the first destructor executes. |
| method AfterConstruction public |
Responds after the last constructor has executed. |
| method SafeCallException public |
Handles exceptions in methods declared using the safecall calling convention. |
| method ToString public |
Returns a string containing the class name. |
| method GetHashCode public |
Returns an integer containing the hash code. |
| method Equals public |
Checks whether the current instance and the parameter are equal. |
| method GetInterfaceTable public |
Returns a pointer to a structure containing all of the interfaces implemented by a given class. |
| method GetInterfaceEntry public |
Returns the entry for a specific interface implemented in a class. |
| method GetInterface public |
Retrieves a specified interface. |
| method UnitName public |
Returns a string containing the unit name. |
| method MethodName public |
Returns the name of a class method by address. |
| method MethodAddress public |
Returns the address of a class method by name. |
| method InheritsFrom public |
Determines the relationship of two object types. |
| method InstanceSize public |
Returns the size in bytes of each instance of the object type. |
| method ClassInfo public |
Returns a pointer to the runtime type information (RTTI) table for the object type. |
| method ClassParent public |
Returns the type of the immediate ancestor of a class. |
| method ClassNameIs public |
Determines whether an object is of a specific type. |
| method ClassName public |
Returns a string indicating the type of the object instance (as opposed to the type of the variable passed as an argument). |
| method InitInstance public |
Initializes a newly allocated object instance to all zeros and initializes the instance's virtual method table pointer. |
| method FieldAddress public |
Returns the address of a published object field. |
| method CleanupInstance public |
Performs finalization on long strings, variants, and interface variables within a class. |
| method ClassType public |
Returns the class reference for the object's class. |
| method Free public |
Destroys an object and frees its associated memory, if necessary. |
| method TObject public | System.TObject.TObject |
Unit: WebUsers
Member Of: EValidateUserException
Description
Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!