C# 클래스 OpenStory.Common.IO.ArraySegmentException

상속: System.Exception
파일 보기 프로젝트 열기: shoftee/OpenStory 1 사용 예제들

공개 메소드들

메소드 설명
GetByStartAndLength ( int startOffset, int length ) : ArraySegmentException

Gets a new instance of ArraySegmentException with a message that an array segment with a given start offset and length does not fit into the array's bounds.

비공개 메소드들

메소드 설명
ArraySegmentException ( string message ) : System

Initializes a new instance of ArraySegmentException.

메소드 상세

GetByStartAndLength() 공개 정적인 메소드

Gets a new instance of ArraySegmentException with a message that an array segment with a given start offset and length does not fit into the array's bounds.
public static GetByStartAndLength ( int startOffset, int length ) : ArraySegmentException
startOffset int The start offset of the invalid segment.
length int The length of the invalid segment.
리턴 ArraySegmentException