AttributeTableValidationException Constructor (String)
Initializes a new instance of the AttributeTableValidationException class with a message.
Namespace: Microsoft.Windows.Design.Metadata
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
public AttributeTableValidationException(
string message
)
public:
AttributeTableValidationException(
String^ message
)
new :
message:string -> AttributeTableValidationException
public function AttributeTableValidationException(
message : String
)
Parameters
- message
Type: System.String
A string describing the exception.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
AttributeTableValidationException Class
AttributeTableValidationException Overload
Microsoft.Windows.Design.Metadata Namespace