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