Skip to main content

constructor(commandName, errorText, errorCode) Constructor

Initializes a new instance of the ASPxClientFileManagerErrorEventArgs class.

Declaration

constructor(
    commandName: string,
    errorText: string,
    errorCode: number
)

Parameters

Name Type Description
commandName string

A string value that specifies the name of the processed command.

errorText string

A string value that specifies the error description.

errorCode number

The error code.

Remarks

For internal use only.

See Also