Class ArtemisGraphicsContextException
Represents SkiaSharp graphics-context related errors
Inheritance
ArtemisGraphicsContextException
Assembly: Artemis.Core.dll
Syntax
public class ArtemisGraphicsContextException : Exception, ISerializable
Constructors
ArtemisGraphicsContextException()
Declaration
public ArtemisGraphicsContextException()
ArtemisGraphicsContextException(string)
Declaration
public ArtemisGraphicsContextException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
ArtemisGraphicsContextException(string, Exception)
Declaration
public ArtemisGraphicsContextException(string message, Exception innerException)
Parameters
Implements