FileSerializer(contentType) Constructor

Constructor used in conjunction with the <see cref="ReadFile" /> class.
Public Sub New( _ 
ByVal contentType As contentType
)
This language is not supported or no code example is available.
public FileSerializer( 
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 <see cref="contentType.None" />.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition