C# Class FMODUnity.BankLoadException

Inheritance: System.Exception
Show file Open project: fmod/UnityIntegration

Public Properties

Property Type Description
Path string
Result FMOD.RESULT

Public Methods

Method Description
BankLoadException ( string path, FMOD result ) : System
BankLoadException ( string path, string error ) : System

Method Details

BankLoadException() public method

public BankLoadException ( string path, FMOD result ) : System
path string
result FMOD
return System

BankLoadException() public method

public BankLoadException ( string path, string error ) : System
path string
error string
return System

Property Details

Path public property

public string Path
return string

Result public property

public FMOD.RESULT Result
return FMOD.RESULT