FileSerializerEx(contentType) Constructor

Constructor used in conjunction with the ReadFile class.
Public Sub New( _ 
ByVal contentType As contentType
)
This language is not supported or no code example is available.
public FileSerializerEx( 
contentType contentType 
)
This language is not supported or no code example is available.

Parameters

contentType
contentType

Exception type Condition

EyeshotException

Thrown if the content type is contentType.None.

Remarks
 
Use this constructor to define the serialization model for the ReadFile class.

.NET Framework

Supported in: 4.8

In this article

Definition