Class RenderTargetCorruptedException
- Namespace
- Avalonia
- Assembly
- Avalonia.Base.dll
public class RenderTargetCorruptedException : Exception, ISerializable
- Inheritance
-
RenderTargetCorruptedException
- Implements
- Inherited Members
Constructors
RenderTargetCorruptedException()
public RenderTargetCorruptedException()
RenderTargetCorruptedException(Exception)
public RenderTargetCorruptedException(Exception innerException)
Parameters
innerException
Exception
RenderTargetCorruptedException(string)
public RenderTargetCorruptedException(string message)
Parameters
message
string
RenderTargetCorruptedException(string, Exception)
public RenderTargetCorruptedException(string message, Exception innerException)