C# Class Minio.Errors.UnexpectedShortReadException

Inheritance: ClientException
显示文件 Open project: minio/minio-dotnet

Public Methods

Method Description
ToString ( ) : string
UnexpectedShortReadException ( string message ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

UnexpectedShortReadException() public method

public UnexpectedShortReadException ( string message ) : System
message string
return System