File tree Expand file tree Collapse file tree
src/ImageSharp/Common/Exceptions Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Copyright (c) Six Labors and contributors.
22// Licensed under the Apache License, Version 2.0.
33
4- using System ;
5-
64namespace SixLabors . ImageSharp
75{
86 /// <summary>
@@ -20,17 +18,5 @@ public UnknownImageFormatException(string errorMessage)
2018 : base ( errorMessage )
2119 {
2220 }
23-
24- /// <summary>
25- /// Initializes a new instance of the <see cref="UnknownImageFormatException"/> class with a specified
26- /// error message and the exception that is the cause of this exception.
27- /// </summary>
28- /// <param name="errorMessage">The error message that explains the reason for this exception.</param>
29- /// <param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic)
30- /// if no inner exception is specified.</param>
31- public UnknownImageFormatException ( string errorMessage , Exception innerException )
32- : base ( errorMessage , innerException )
33- {
34- }
3521 }
3622}
You can’t perform that action at this time.
0 commit comments