Class SceneImporter.ImportException
Namespace: Unity.Formats.USD
Syntax
public class ImportException : Exception, ISerializable, _Exception
Constructors
ImportException()
Declaration
public ImportException()
ImportException(String)
Declaration
public ImportException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message |
ImportException(String, Exception)
Declaration
public ImportException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | |
| Exception | innerException |