C# Class Minio.Errors.BucketNotFoundException

Inheritance: ClientException
Show file Open project: minio/minio-dotnet Class Usage Examples

Public Methods

Method Description
BucketNotFoundException ( ) : System
BucketNotFoundException ( string bucketName, string message ) : System
ToString ( ) : string

Method Details

BucketNotFoundException() public method

public BucketNotFoundException ( ) : System
return System

BucketNotFoundException() public method

public BucketNotFoundException ( string bucketName, string message ) : System
bucketName string
message string
return System

ToString() public method

public ToString ( ) : string
return string