Class BlobAlreadyExistsException
Inheritance
BlobAlreadyExistsException
Assembly: Volo.Abp.BlobStoring.dll
Syntax
public class BlobAlreadyExistsException : AbpException, ISerializable
Constructors
BlobAlreadyExistsException()
Declaration
public BlobAlreadyExistsException()
BlobAlreadyExistsException(string)
Declaration
public BlobAlreadyExistsException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
BlobAlreadyExistsException(string, Exception)
Declaration
public BlobAlreadyExistsException(string message, Exception innerException)
Parameters
Implements
Extension Methods