C# Class SharpVulkan.SharpVulkanException

The base class for errors that occur in SharpVulkan.
Inheritance: System.Exception
Afficher le fichier Open project: jwollen/SharpVulkan

Méthodes publiques

Méthode Description
SharpVulkanException ( System.Result result ) : System

Initializes a new instance of the SharpVulkanException class.

Method Details

SharpVulkanException() public méthode

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