mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2025-06-22 05:47:28 +02:00
Version 3.0.370
This commit is contained in:
parent
f5cf9bb22f
commit
bdb2dec1c1
233 changed files with 10252 additions and 6779 deletions
|
@ -1,4 +1,4 @@
|
|||
using TINK.MultilingualResources;
|
||||
using TINK.MultilingualResources;
|
||||
|
||||
namespace TINK.Repository.Exception
|
||||
{
|
||||
|
@ -7,7 +7,7 @@ namespace TINK.Repository.Exception
|
|||
/// <summary>Constructs a authorization exceptions. </summary>
|
||||
/// <param name="mail">Mail address to create a detailed error message.</param>
|
||||
public InvalidAuthorizationResponseException(string mail, Response.ResponseBase response) :
|
||||
base(string.Format(AppResources.ErrorMessageInvalidAuthorizationResponseException, mail), response)
|
||||
base(string.Format(AppResources.ErrorAccountInvalidAuthorization, mail), response)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
@ -1,17 +1,11 @@
|
|||
using TINK.MultilingualResources;
|
||||
using TINK.MultilingualResources;
|
||||
|
||||
namespace TINK.Repository.Exception
|
||||
{
|
||||
public class WebConnectFailureException : CommunicationException
|
||||
{
|
||||
/// <summary>
|
||||
/// Returns a hint to fix communication problem.
|
||||
/// </summary>
|
||||
public static string GetHintToPossibleExceptionsReasons
|
||||
=> AppResources.ExceptionTextWebConnectFailureException;
|
||||
|
||||
/// <summary>
|
||||
/// Constructs a communication exeption object.
|
||||
/// Constructs a communication exception object.
|
||||
/// </summary>
|
||||
/// <param name="message"></param>
|
||||
/// <param name="exception"></param>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue