Skip to content

e8c0ee67 3d90 e4be ad91 e3badd7846b6

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

InvalidPathNameException Constructor (SerializationInfo, StreamingContext)

Additional header content

Initializes a new instance of the InvalidPathNameException 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 InvalidPathNameException(
	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.InvalidPathNameException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"]

See Also

Reference

InvalidPathNameException Class
InvalidPathNameException Overload
iTin.Export.Model Namespace

Clone this wiki locally