Class ImportFailureException
Namespace: UnityEditor.XR.MagicLeap
Syntax
public class ImportFailureException : Exception
Constructors
ImportFailureException(String)
Declaration
public ImportFailureException(string path)
Parameters
Type | Name | Description |
---|---|---|
String | path |
Properties
HelpMessage
Declaration
public string HelpMessage { get; }
Property Value
Type | Description |
---|---|
String |
Path
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
String |