Class ImageError
Represents errors or warnings generated while reading/writing image files.
Inheritance
System.Object
ImageError
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class ImageError
Constructors
| Improve this Doc View SourceImageError(Severity, String)
Initializes a new instance of the ImageError class.
Declaration
public ImageError(Severity severity, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| Severity | severity | |
| System.String | message |
Properties
| Improve this Doc View SourceMessage
Gets the error message.
Declaration
public string Message { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Severity
Gets the severity of the error.
Declaration
public Severity Severity { get; }
Property Value
| Type | Description |
|---|---|
| Severity |
Methods
| Improve this Doc View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()