Skip to content

6e953dfc 8b93 4b84 2bb2 e4d106c13f90

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

InvalidIdentifierNameException Constructor (SerializationInfo, StreamingContext)

Additional header content

Initializes a new instance of the InvalidIdentifierNameException class with serialized data.

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

Syntax

C#

protected InvalidIdentifierNameException(
	SerializationInfo info,
	StreamingContext context
)

VB

Protected Sub New ( 
	info As SerializationInfo,
	context As StreamingContext
)

Parameters

 

info
Type: System.Runtime.Serialization.SerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
context
Type: System.Runtime.Serialization.StreamingContext
The StreamingContext that contains contextual information about the source or destination.

Remarks

[Missing documentation for "M:iTin.Export.Model.InvalidIdentifierNameException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"]

See Also

Reference

InvalidIdentifierNameException Class
InvalidIdentifierNameException Overload
iTin.Export.Model Namespace

Clone this wiki locally