InvalidClarkNameException Constructor (String)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Creates a new exception with an explanatory message.

Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

public InvalidClarkNameException(
	string message
)

Parameters

message
Type: System String
The error message.
Remarks

Creates a new exception with an explanatory message.

See Also