Skip to content

e9e7dc7f 5ab1 0e10 21f7 022e7d631a4d

Fernando Garcia edited this page May 8, 2018 · 1 revision

InvalidSeriesDefinitionException Class

Additional header content

This class represents the exception that is thrown when the serie field or axis in export model is invalid.

Inheritance Hierarchy

System.Object
  System.Exception
    iTin.Export.Model.InvalidSeriesDefinitionException
Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

[SerializableAttribute]
public class InvalidSeriesDefinitionException : Exception

VB

<SerializableAttribute>
Public Class InvalidSeriesDefinitionException
	Inherits Exception

The InvalidSeriesDefinitionException type exposes the following members.

Constructors

 

Name Description
Public method InvalidSeriesDefinitionException() Initializes a new instance of the InvalidSeriesDefinitionException class.
Public method InvalidSeriesDefinitionException(String) Initializes a new instance of the InvalidSeriesDefinitionException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Public method InvalidSeriesDefinitionException(StringBuilder) Initializes a new instance of the InvalidSeriesDefinitionException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Protected method InvalidSeriesDefinitionException(SerializationInfo, StreamingContext) Initializes a new instance of the InvalidSeriesDefinitionException class with serialized data.
Public method InvalidSeriesDefinitionException(String, Exception) Initializes a new instance of the InvalidSeriesDefinitionException class with a specified error message and a reference to the inner exception that is the cause of this exception.
  Back to Top

Properties

 

Name Description
Public property Data (Inherited from Exception.)
Public property HelpLink (Inherited from Exception.)
Protected property HResult (Inherited from Exception.)
Public property InnerException (Inherited from Exception.)
Public property Message (Inherited from Exception.)
Public property Source (Inherited from Exception.)
Public property StackTrace (Inherited from Exception.)
Public property TargetSite (Inherited from Exception.)
  Back to Top

Methods

 

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBaseException (Inherited from Exception.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData (Inherited from Exception.)
Public method GetType (Inherited from Exception.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Exception.)
  Back to Top

Events

 

Name Description
Protected event SerializeObjectState (Inherited from Exception.)
  Back to Top

Remarks

[Missing documentation for "T:iTin.Export.Model.InvalidSeriesDefinitionException"]

See Also

Reference

iTin.Export.Model Namespace

Clone this wiki locally