ImageGear for .NET
ImGearHttpException Class
See Also  Members   Send comments on this topic.
ImageGear.Web.UI Namespace Client API Library > ImageGear.Web.UI Namespace : ImGearHttpException Class

Glossary Item Box

Represents an ImageGear HttpException object.

Syntax

ASP.NET Ajax Javascript (Specification) 
ImageGear.Web.UI.ImGearHttpException = function( 
   statusCode : Number,
   message : string,
   customErrorCode : Number
) {};
ASP.NET Ajax Javascript (Usage) 
var instanceVar = new ImageGear.Web.UI.ImGearHttpException();

Remarks

The following list contains the possible statusCodes:

  • 400: Bad request, this status code generally indicates that the documentIdentifier was not given.
  • 404: The image file was missing.
  • 410: Image file could not be opened due to corrupted or unlicensed file.
  • 500: Internal Server Error. This means that something seriously went wrong on the server.

Inheritance Hierarchy

Object
   ImageGear.Web.UI.ImGearHttpException

See Also

©2013. Accusoft Corporation. All Rights Reserved.