Interface IValidationDetail
Namespace: Telerik.OpenAccess.Metadata
Assembly: Telerik.OpenAccess.dll
Syntax
public interface IValidationDetail
Properties
Actions
Declaration
IEnumerable<IResolutionAction> Actions { get; }
Property Value
|
System.Collections.Generic.IEnumerable<IResolutionAction>
|
Message
Declaration
string Message { get; }
Property Value
|
System.String
|
OriginalException
Declaration
Exception OriginalException { get; }
Property Value
|
System.Exception
|