SerializationException Constructor (String, Exception)DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Constructs a new SerializationException

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

protected internal SerializationException(
	string message,
	Exception cause
)

Parameters

message
Type: System String
the exception message
cause
Type: System Exception
the underlying cause of this Exception
Remarks

Constructs a new SerializationException
See Also