Click or drag to resize

IncompatiblePixelFormatException Constructor

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