Class CreateAssetFailedException
Inherited Members
Namespace: Unity.Cloud.Assets
Syntax
[Serializable]
public sealed class CreateAssetFailedException : Exception, ISerializable, _Exception
Constructors
CreateAssetFailedException(String)
Declaration
public CreateAssetFailedException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message |
CreateAssetFailedException(String, Exception)
Declaration
public CreateAssetFailedException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | |
| Exception | innerException |