C# 클래스 ThemeEditor.Common.Compression.StreamTooShortException

An exception thrown by the compression or decompression function, indicating that the given input length was too large for the given input stream.
상속: System.IO.EndOfStreamException
파일 보기 프로젝트 열기: usagirei/3DS-Theme-Editor

공개 메소드들

메소드 설명
StreamTooShortException ( ) : System.IO

Creates a new exception that indicates that the stream was shorter than the given input length.

메소드 상세

StreamTooShortException() 공개 메소드

Creates a new exception that indicates that the stream was shorter than the given input length.
public StreamTooShortException ( ) : System.IO
리턴 System.IO