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
- message
Type: System.String
The message provided to the user.
- inner
Type: System.Exception
An optional inner 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