Поделиться через


AttributeTableValidationException Constructor (String, Exception)

Initializes a new instance of the AttributeTableValidationException class with an inner exception.

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    inner As Exception _
)
public AttributeTableValidationException(
    string message,
    Exception inner
)
public:
AttributeTableValidationException(
    String^ message, 
    Exception^ inner
)
new : 
        message:string * 
        inner:Exception -> AttributeTableValidationException
public function AttributeTableValidationException(
    message : String, 
    inner : Exception
)

Parameters

.NET Framework Security

See Also

Reference

AttributeTableValidationException Class

AttributeTableValidationException Overload

Microsoft.Windows.Design.Metadata Namespace

AttributeTable

AttributeTableBuilder

Other Resources

Understanding WPF Designer Extensibility