Class BunnyApiException
Implements
Inherited Members
Namespace: Volo.Abp.BlobStoring.Bunny
Assembly: Volo.Abp.BlobStoring.Bunny.dll
Syntax
public class BunnyApiException : Exception, ISerializable
Constructors
BunnyApiException(string)
Declaration
public BunnyApiException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message |
BunnyApiException(string, Exception)
Declaration
public BunnyApiException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | |
Exception | innerException |