C# 클래스 Minio.Errors.BucketNotFoundException

상속: ClientException
파일 보기 프로젝트 열기: minio/minio-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
BucketNotFoundException ( ) : System
BucketNotFoundException ( string bucketName, string message ) : System
ToString ( ) : string

메소드 상세

BucketNotFoundException() 공개 메소드

public BucketNotFoundException ( ) : System
리턴 System

BucketNotFoundException() 공개 메소드

public BucketNotFoundException ( string bucketName, string message ) : System
bucketName string
message string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string