C# Класс OpenStory.Common.IO.ArraySegmentException

Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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