ServiceExceptionWrapper public class ServiceExceptionWrapper Documentation public Dictionary<string, object> AdditionalInfo { get; set; } public object ErrorDetails { get; set; } public string ErrorType { get; set; } public string Identifier { get; set; } public bool IsFullyPopulated { get; } public string Message { get; set; } public ServiceExceptionWrapper() public static T ConvertDynamic<T>(object valueToConvert) public static ServiceExceptionWrapper FromException(ServiceException ex, bool includeErrorDetails) public static string GenerateExceptionMessage(Exception ex) public static string GetExceptionIdentifier(ServiceException ex) public static Type GetExceptionTypeFromWrapper(ServiceExceptionWrapper wrapper) public static PropertyInfo[] GetFaultSafeProperties(Type t) public static ServiceException ToException(ServiceExceptionWrapper wrapper)