Skip to main content

VulkanException Class

Definition

Namespace:Avalonia.Vulkan
Assembly:Avalonia.Vulkan
Package:Avalonia
public class VulkanException

Inheritance: Exception -> VulkanException

Constructors

NameDescription
VulkanException (2 overloads)No summary available.

VulkanException overloads

VulkanException Constructor

public VulkanException(string message)
Parameters

message string

VulkanException Constructor

public VulkanException(string funcName, int res)
Parameters

funcName string

res int

Methods

NameDescription
ThrowOnErrorNo summary available.

ThrowOnError Method

public void ThrowOnError(string funcName, int res)

Parameters

funcName string

res int