CustomException Constructor (String)

Sandcastle XML Comments

Sandcastle XML Comments GuideCustomException Constructor (String)
Initializes a new instance of the Exception class with a specified error message.

Namespace: XMLCommentsExamples.DocumentationInheritance
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public CustomException(
	string message
)
Public Sub New ( 
	message As String
)
public:
CustomException(
	String^ message
)
new : 
        message : string -> CustomException

Parameters

message
Type: SystemString
The message that describes the error.
See Also