Class ColoreException
Generic Colore library exception.
Namespace: Colore
Assembly: Colore.dll
Syntax
public class ColoreException : Exception
Constructors
ColoreException()
Initializes a new instance of the Colore
Declaration
public ColoreException()
ColoreException(SerializationInfo, StreamingContext)
Initializes a new instance of the Colore
Declaration
protected ColoreException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
Serialization |
info | The Serialization |
Streaming |
context | The Streaming |
Exceptions
Type | Condition |
---|---|
Argument |
The |
Serialization |
The class name is null or HResult is zero (0). |
ColoreException(String)
Initializes a new instance of the Colore
Declaration
public ColoreException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message | Message describing the exception. |
ColoreException(String, Exception)
Initializes a new instance of the Colore
Declaration
public ColoreException(string message, Exception innerException)