ParseException

Overview

ParseException is a class in Aspose.3D FOSS for Typescript. Inherits from: Error.

ParseException.constructor creates a new ParseException instance with the given error message.

This class provides 1 method for working with ParseException objects in Typescript programs. Available methods include: constructor. All public members are accessible to any Typescript application after installing the Aspose.3D FOSS for Typescript package.

Description

ParseException is a class in the Aspose.3D FOSS library for TypeScript that exposes 0 methods and 0 properties for programmatic use. It extends Error, inheriting shared functionality from its parent type.

Core capabilities include: Creates a new parseexception instance with the given error message. These operations enable developers to integrate parseexception functionality directly into TypeScript applications.

Instances are created through a single constructor that initializes the object with default values.

Methods

SignatureDescription
constructor(msg: string)Creates a new ParseException instance with the given error message

See Also