IMuException

IMu.IMuException

IMu.IMuException

Since: 1.0

Description

Class for IMu-specific exceptions.

Constructors

Constructor

Details

IMuException(id, args)

IMuException(string id, object[] args)

Creates an IMu-specific exception.

Parameters:

id (string) A String exception code.
args (object[]) Any additional arguments used to provide further information about the exception.
IMuException(id)
IMuException(string id)

Creates an IMu-specific exception.

Parameters:

id (string)

A string exception code.

Properties

Property

Details

Args

object[] Args

The set of arguments associated with the exception.

ID

string ID

The unique identifier assigned to the server-side object once it has been created.

Methods

Method

Details

ToString

string ToString()

Overrides the standard Object ToString( ) method.

Returns:

string A string description of the exception.