AttributeTableValidationException Constructor (String^)

.NET Framework (current version)
 

Creates a new instance of the AttributeTableValidationException class with a specified message about the exception.

Namespace:   System.Activities.Presentation.Metadata
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public:
AttributeTableValidationException(
	String^ message
)

Parameters

message
Type: System::String^

A message about the exception that is provided to the user.

.NET Framework
Available since 4.0
Return to top
Show: