ValidationError Class
Applies To: SQL Server (starting with 2016)
Represents the base class for validation errors.
Assembly: Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)
| Name | Description | |
|---|---|---|
![]() | ValidationError(IModelComponent^, String^) | Initializes a new instance of the ValidationError class. |
![]() | ValidationError(IModelComponent^, String^, ErrorPriority) | Initializes a new instance of the ValidationError class. |
![]() | ValidationError(IModelComponent^, String^, ErrorPriority, Int32) | Initializes a new instance of the ValidationError class. |
![]() | ValidationError(IModelComponent^, String^, Int32) | Initializes a new instance of the ValidationError class. |
| Name | Description | |
|---|---|---|
![]() | ErrorCode | Gets or sets the error code. |
![]() | ErrorText | Gets or sets the error text for this instance. |
![]() | FullErrorText | Gets the full error text for this instance. |
![]() | Priority | Gets or sets the error priority. |
![]() | Source | Gets or sets the validation source for this instance. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

