Click or drag to resize

ImageWriteException Constructor

Creates an ImageWriteException.
Overload List
  NameDescription
Public methodImageWriteException
Creates a new instance of ImageWriteException.
Public methodImageWriteException(String)
Creates a new instance of ImageWriteException specifying the exception message.
Protected methodImageWriteException(SerializationInfo, StreamingContext)
Initializes a new instance of the ImageWriteException class.
Public methodImageWriteException(String, Exception)
Creates a new instance of ImageWriteException specifying the exception message and inner exception.
Public methodImageWriteException(String, Int32)
Creates a new instance of ImageWriteException specifying the exception message and HResult.
Public methodImageWriteException(String, Exception, Int32)
Creates a new instance of ImageWriteException specifying the exception message, inner exception and HResult.
Top
See Also