Skip to content

c0e2c064 2bbb fdb3 e613 40a57d0f44fd

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

InvalidSeriesDefinitionException Constructor (StringBuilder)

Additional header content

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.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public InvalidSeriesDefinitionException(
	StringBuilder message
)

VB

Public Sub New ( 
	message As StringBuilder
)

Parameters

 

message
Type: System.Text.StringBuilder
The error message that explains the reason for the exception.

Remarks

[Missing documentation for "M:iTin.Export.Model.InvalidSeriesDefinitionException.#ctor(System.Text.StringBuilder)"]

See Also

Reference

InvalidSeriesDefinitionException Class
InvalidSeriesDefinitionException Overload
iTin.Export.Model Namespace

Clone this wiki locally