Class CreateCollectionFailedException
Inheritance
CreateCollectionFailedException
Assembly: Unity.Cloud.Assets.dll
Syntax
[Serializable]
public sealed class CreateCollectionFailedException : Exception, ISerializable
Constructors
CreateCollectionFailedException(string)
Declaration
public CreateCollectionFailedException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
CreateCollectionFailedException(string, Exception)
Declaration
public CreateCollectionFailedException(string message, Exception innerException)
Parameters
Implements