C# Class System.ThrowHelper

Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Private Methods

Method Description
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