Show / Hide Table of Contents

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 Source

ImageError(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 Source

Message

Gets the error message.

Declaration
public string Message { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Severity

Gets the severity of the error.

Declaration
public Severity Severity { get; }
Property Value
Type Description
Severity

Methods

| Improve this Doc View Source

ToString()

Returns a string that represents the current object.

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top Copyright © 2019 Özgür Özçıtak