Skip to main content

RenderTargetCorruptedException Class

Definition

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

Inheritance: Exception -> RenderTargetCorruptedException

Constructors

NameDescription
RenderTargetCorruptedException (4 overloads)No summary available.

RenderTargetCorruptedException overloads

RenderTargetCorruptedException Constructor

public RenderTargetCorruptedException()

RenderTargetCorruptedException Constructor

public RenderTargetCorruptedException(Exception innerException)
Parameters

innerException Exception

RenderTargetCorruptedException Constructor

public RenderTargetCorruptedException(string message)
Parameters

message string

RenderTargetCorruptedException Constructor

public RenderTargetCorruptedException(string message, Exception innerException)
Parameters

message string

innerException Exception