Class ResourceValidationException

ResourceValidationException class

Represents an exception which is thrown when errors are found in resource’s properties.

public class ResourceValidationException : ValidationException

Properties

NameDescription
Resource { get; }Gets the resource which caused the exception.

See Also