Class NamedException
Common exception, providing a name as additional exception information
Implements
Inherited Members
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public class NamedException : Exception, ISerializable
Constructors
NamedException(string, string)
Constructor
Declaration
public NamedException(string amessage, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | amessage | |
| string | name |
Properties
Name
Provide aditional information, usually the name of the component throwing the exception
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |