C# 클래스 System.ThrowHelper

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

비공개 메소드들

메소드 설명
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