Table of Contents

Class SharpVulkanException

Namespace
SharpVulkan
Assembly
Lime.dll

The base class for errors that occur in SharpVulkan.

public class SharpVulkanException : Exception, ISerializable
Inheritance
SharpVulkanException
Implements
Inherited Members

Constructors

SharpVulkanException(Result)

Initializes a new instance of the SharpVulkanException class.

public SharpVulkanException(Result result)

Parameters

result Result

The result code that caused this exception.

Properties

Result

public Result Result { get; }

Property Value

Result