AttributeTableValidationException Constructor (String, Exception, IEnumerable<String>)
Initializes a new instance of the AttributeTableValidationException class with a message, a collection of error strings, and 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, _
validationErrors As IEnumerable(Of String) _
)
public AttributeTableValidationException(
string message,
Exception inner,
IEnumerable<string> validationErrors
)
public:
AttributeTableValidationException(
String^ message,
Exception^ inner,
IEnumerable<String^>^ validationErrors
)
new :
message:string *
inner:Exception *
validationErrors:IEnumerable<string> -> AttributeTableValidationException
public function AttributeTableValidationException(
message : String,
inner : Exception,
validationErrors : IEnumerable<String>
)
Parameters
- message
Type: System.String
The message provided to the user.
- inner
Type: System.Exception
An optional inner exception.
- validationErrors
Type: System.Collections.Generic.IEnumerable<String>
A collection of errors which occurred during validation.
.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