Csc.CheckForOverflowUnderflow Propriedade

Definição

Obtém ou define um valor que indica se a tarefa Csc deve causar uma exceção em tempo de execução para a aritmética de inteiros que estoura os limites do tipo de dados.Gets or sets a value that indicates whether the Csc task should cause an exception at run time for integer arithmetic that overflows the bounds of the data type.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 property bool CheckForOverflowUnderflow { bool get(); void set(bool value); };
public bool CheckForOverflowUnderflow { get; set; }
member this.CheckForOverflowUnderflow : bool with get, set
Public Property CheckForOverflowUnderflow As Boolean

Valor da propriedade

Boolean

true se a tarefa CSC deve causar uma exceção em tempo de execução para aritmética de inteiros que estoura os limites do tipo de dados; caso contrário, false .true if the Csc task should cause an exception at run time for integer arithmetic that overflows the bounds of the data type; otherwise, false.

Comentários

Para obter mais informações, consulte /checked (opções do compilador C#).For more information, see /checked (C# Compiler Options).

Aplica-se a