C# Класс System.ThrowHelper

Показать файл Открыть проект Примеры использования класса

Приватные методы

Метод Описание
CreateArgumentException_DestinationTooShort ( ) : Exception
CreateArgumentException_InvalidTypeWithPointersNotSupported ( Type type ) : Exception
CreateArgumentNullException ( ExceptionArgument argument ) : Exception
CreateArgumentOutOfRangeException ( ExceptionArgument argument ) : Exception
CreateArrayTypeMismatchException_ArrayTypeMustBeExactMatch ( Type type ) : Exception
CreateIndexOutOfRangeException ( ) : Exception
ThrowArgumentException_DestinationTooShort ( ) : void
ThrowArgumentException_InvalidTypeWithPointersNotSupported ( Type type ) : void
ThrowArgumentNullException ( ExceptionArgument argument ) : void
ThrowArgumentOutOfRangeException ( ExceptionArgument argument ) : void
ThrowArrayTypeMismatchException_ArrayTypeMustBeExactMatch ( Type type ) : void
ThrowIndexOutOfRangeException ( ) : void