C# Class SharpVulkan.SharpVulkanException

The base class for errors that occur in SharpVulkan.
Inheritance: System.Exception
显示文件 Open project: jwollen/SharpVulkan

Public Methods

Method Description
SharpVulkanException ( System.Result result ) : System

Initializes a new instance of the SharpVulkanException class.

Method Details

SharpVulkanException() public method

Initializes a new instance of the SharpVulkanException class.
public SharpVulkanException ( System.Result result ) : System
result System.Result The result code that caused this exception.
return System