C# Class FMODUnity.EventNotFoundException

Inheritance: System.Exception
Mostrar archivo Open project: fmod/UnityIntegration

Public Properties

Property Type Description
Guid System.Guid
Path string

Public Methods

Method Description
EventNotFoundException ( System.Guid guid ) : System
EventNotFoundException ( string path ) : System

Method Details

EventNotFoundException() public method

public EventNotFoundException ( System.Guid guid ) : System
guid System.Guid
return System

EventNotFoundException() public method

public EventNotFoundException ( string path ) : System
path string
return System

Property Details

Guid public_oe property

public Guid,System Guid
return System.Guid

Path public_oe property

public string Path
return string