Click or drag to resize

Exception General Editor

Name

Specifies the name of the exception class. If this exception class is a generic class, its type arguments are specified as part of the name. For information on how to use generic types, refer to Generics (C# Programming Guide)

The following naming rules apply to the exception class name:

  • The name must begin with an alphabetic character, and consist entirely of alphanumeric characters.

  • The name must be unique within the driver.

Base class

Specifies the name of the base exception class.

See Also

Download a complete CHM version of this documentation here.