Class ImageLoadException
Inheritance
System.Object
ImageLoadException
Namespace: IronWord.Models.Exceptions
Assembly: IronWord.dll
Syntax
public class ImageLoadException : Exception
Constructors
ImageLoadException(String, Exception)
Declaration
public ImageLoadException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | message | |
| System.Exception | innerException |