Skip to main content

RenderTargetNotReadyException Class

Definition

Namespace:Avalonia
Assembly:Avalonia.Base
Package:Avalonia
public class RenderTargetNotReadyException

Inheritance: Exception -> RenderTargetNotReadyException

Constructors

NameDescription
RenderTargetNotReadyException (4 overloads)No summary available.

RenderTargetNotReadyException overloads

RenderTargetNotReadyException Constructor

public RenderTargetNotReadyException()

RenderTargetNotReadyException Constructor

public RenderTargetNotReadyException(Exception innerException)
Parameters

innerException Exception

RenderTargetNotReadyException Constructor

public RenderTargetNotReadyException(string message)
Parameters

message string

RenderTargetNotReadyException Constructor

public RenderTargetNotReadyException(string message, Exception innerException)
Parameters

message string

innerException Exception