Click or drag to resize
XmlSerializationReaderCreateInaccessibleConstructorException Method
Creates an System.InvalidOperationException that indicates that an object being deserialized cannot be instantiated because there is no constructor available.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
protected Exception CreateInaccessibleConstructorException(
	string typeName
)

Parameters

typeName
Type: SystemString
The name of the type.

Return Value

Type: Exception
An System.InvalidOperationException exception.
See Also