public class PngImageException
extends com.aspose.ms.System.Exception
The png image exception.
Constructor and Description |
---|
PngImageException(String message)
Initializes a new instance of the
PngImageException class. |
PngImageException(String message,
RuntimeException innerException)
Initializes a new instance of the
PngImageException class. |
public PngImageException(String message)
Initializes a new instance of the PngImageException
class.
message
- The message.public PngImageException(String message, RuntimeException innerException)
Initializes a new instance of the PngImageException
class.
message
- The message.innerException
- The inner exception.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.