#ReportExistsException
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| IDictionary | Data | Gets a collection of key/value pairs that provide additional user-defined information about the exception. | null |
| String | HelpLink | Gets or sets a link to the help file associated with this exception. | null |
| Int32 | HResult | Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. | -2146233088 |
| Exception | InnerException | Gets the System.Exception instance that caused the current exception. | null |
| String | Message | Gets a message that describes the current exception. | Exception of type 'Izenda.AdHoc.ReportExistsException' was thrown. |
| String | Source | Gets or sets the name of the application or the object that causes the error. | null |
| String | StackTrace | Gets a string representation of the frames on the call stack at the time the current exception was thrown. | null |
| MethodBase | TargetSite | Gets the method that throws the current exception. | null |
##Methods
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
Returns:
true if the specified System.Object is equal to the current System.Object; otherwise, false.
###GetBaseException() When overridden in a derived class, returns the System.Exception that is the root cause of one or more subsequent exceptions.
Returns:
The first exception thrown in a chain of exceptions. If the InnerException property of the current exception is a null reference (Nothing in Visual Basic), this property returns the current exception.
###GetHashCode() Serves as a hash function for a particular type.
Returns:
A hash code for the current System.Object.
###GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) When overridden in a derived class, sets the System.Runtime.Serialization.SerializationInfo with information about the exception.
Parameters:
- System.Runtime.Serialization.SerializationInfo info - The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
- System.Runtime.Serialization.StreamingContext context - The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
###GetType() Gets the runtime type of the current instance.
Returns:
A System.Type object that represents the exact runtime type of the current instance.
###GetType() Gets the System.Type of the current instance.
Returns:
The System.Type instance that represents the exact runtime type of the current instance.
###ToString() Creates and returns a string representation of the current exception.
Returns:
A string representation of the current exception.
