Click or drag to resize
DigitalRuneGraphicsException Constructor
Initializes a new instance of the GraphicsException class.
Overload List
  NameDescription
Public methodGraphicsException
Initializes a new instance of the GraphicsException class.
Public methodGraphicsException(String)
Initializes a new instance of the GraphicsException class with a specified error message.
Protected methodGraphicsException(SerializationInfo, StreamingContext)
Initializes a new instance of the GraphicsException class with serialized data.
Public methodGraphicsException(String, Exception)
Initializes a new instance of the GraphicsException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
See Also