Aris.Moe.OverlayTranslate.Server.Image.Error.NoImageVerificationCharacteristicsError.NoImageVerificationCharacteristicsError C# (CSharp) Méthode

NoImageVerificationCharacteristicsError() public méthode

public NoImageVerificationCharacteristicsError ( ) : Aris.Moe.OverlayTranslate.Server.Image.Fetching.Error
Résultat Aris.Moe.OverlayTranslate.Server.Image.Fetching.Error
        public NoImageVerificationCharacteristicsError()
        {
            Message = "Need either a sha256 hash or height and width of the image for verification purposes";
        }
    }
NoImageVerificationCharacteristicsError