Relativity.DataExchange.Media.ImageFileValidationException public sealed class ImageFileValidationException : Exception The exception thrown when a serious image file validation error occurs. This class cannot be inherited. Documentation Code namespace Relativity.DataExchange.Media { public sealed class ImageFileValidationException : Exception { public ImageFileValidationException(); public ImageFileValidationException(string message); public ImageFileValidationException(string message, Exception innerException); } }