MapToLargeException Class TIBCO Spotfire 7.9 API Reference

Note: This API is now obsolete.

This exception is used when reading map files that are too large.
Inheritance Hierarchy

SystemObject
  SystemException
    Spotfire.Dxp.Application.VisualsMapToLargeException

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.10915.3380 (30.0.10915.3380)
Syntax

C#
[SerializableAttribute]
[ObsoleteAttribute("This exception is no longer used.")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public sealed class MapToLargeException : Exception

The MapToLargeException type exposes the following members.

Constructors

  NameDescription
Public methodMapToLargeException Obsolete.
Initializes a new instance of the MapToLargeException class.
Public methodMapToLargeException(String) Obsolete.
Initializes a new instance of the MapToLargeException class.
Public methodMapToLargeException(String, Exception) Obsolete.
Initializes a new instance of the MapToLargeException class.
Top
Methods

  NameDescription
Public methodGetBaseException
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
(Inherited from Exception.)
Public methodGetType
Gets the runtime type of the current instance.
(Inherited from Exception.)
Top
Properties

  NameDescription
Public propertyData
Gets a collection of key/value pairs that provide additional user-defined information about the exception.
(Inherited from Exception.)
Public propertyHelpLink
Gets or sets a link to the help file associated with this exception.
(Inherited from Exception.)
Public propertyHResult
Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception.
(Inherited from Exception.)
Public propertyInnerException
Gets the Exception instance that caused the current exception.
(Inherited from Exception.)
Public propertyMessage
Gets a message that describes the current exception.
(Inherited from Exception.)
Public propertySource
Gets or sets the name of the application or the object that causes the error.
(Inherited from Exception.)
Public propertyStackTrace
Gets a string representation of the immediate frames on the call stack.
(Inherited from Exception.)
Public propertyTargetSite
Gets the method that throws the current exception.
(Inherited from Exception.)
Top
Version Information

Obsolete (compiler warning) in 7.9
Obsolete (compiler warning) in 7.8
Obsolete (compiler warning) in 7.7
Obsolete (compiler warning) in 7.6
Obsolete (compiler warning) in 7.5
Obsolete (compiler warning) in 7.0
Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
See Also

Reference