CustomException(String) Constructor

Initializes a new instance of the Exception class with a specified error message.

Definition

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public CustomException(
	string message
)

Parameters

message  String
The message that describes the error.

See Also