Aris.Moe.OverlayTranslate.Server.Image.Error.NoImageVerificationCharacteristicsError.NoImageVerificationCharacteristicsError C# (CSharp) 메소드

NoImageVerificationCharacteristicsError() 공개 메소드

public NoImageVerificationCharacteristicsError ( ) : Aris.Moe.OverlayTranslate.Server.Image.Fetching.Error
리턴 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