NotFiniteNumberException 클래스
정의
부동 소수점 값이 양의 무한대, 음의 무한대 또는 NaN(Not-a-Number)일 때 throw되는 예외입니다.The exception that is thrown when a floating-point value is positive infinity, negative infinity, or Not-a-Number (NaN).
public ref class NotFiniteNumberException : ArithmeticException
public class NotFiniteNumberException : ArithmeticException
[System.Serializable]
public class NotFiniteNumberException : ArithmeticException
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class NotFiniteNumberException : ArithmeticException
type NotFiniteNumberException = class
inherit ArithmeticException
[<System.Serializable>]
type NotFiniteNumberException = class
inherit ArithmeticException
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type NotFiniteNumberException = class
inherit ArithmeticException
Public Class NotFiniteNumberException
Inherits ArithmeticException
- 상속
- 상속
- 특성
설명
NotFiniteNumberException 는 부동 소수점 연산에서 숫자가 아닌 무한대의 개념을 지원 하지 않는 프로그래밍 언어에 사용할 수 있습니다.NotFiniteNumberException is available for programming languages that do not support the concepts of infinity and Not-a-Number in floating-point operations.
NotFiniteNumberException 는 0x80131528 값을 가진 HRESULT COR_E_NOTFINITENUMBER를 사용 합니다.NotFiniteNumberException uses the HRESULT COR_E_NOTFINITENUMBER, which has the value 0x80131528.
인스턴스의 초기 속성 값의 목록을 NotFiniteNumberException, 참조는 NotFiniteNumberException 생성자입니다.For a list of initial property values for an instance of NotFiniteNumberException, see the NotFiniteNumberException constructors.
생성자
NotFiniteNumberException() |
NotFiniteNumberException 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the NotFiniteNumberException class. |
NotFiniteNumberException(Double) |
잘못된 숫자를 사용하여 NotFiniteNumberException 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the NotFiniteNumberException class with the invalid number. |
NotFiniteNumberException(SerializationInfo, StreamingContext) |
serialize된 데이터를 사용하여 NotFiniteNumberException 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the NotFiniteNumberException class with serialized data. |
NotFiniteNumberException(String) |
지정된 오류 메시지를 사용하여 NotFiniteNumberException 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the NotFiniteNumberException class with a specified error message. |
NotFiniteNumberException(String, Double) |
지정된 오류 메시지 및 잘못된 숫자를 사용하여 NotFiniteNumberException 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the NotFiniteNumberException class with a specified error message and the invalid number. |
NotFiniteNumberException(String, Double, Exception) |
지정된 오류 메시지, 잘못된 숫자, 이 예외의 근본 원인인 내부 예외에 대한 참조 등을 사용하여 NotFiniteNumberException 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the NotFiniteNumberException class with a specified error message, the invalid number, and a reference to the inner exception that is root cause of this exception. |
NotFiniteNumberException(String, Exception) |
지정된 오류 메시지와 해당 예외를 발생시킨 내부 예외에 대한 참조를 사용하여 NotFiniteNumberException 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the NotFiniteNumberException class with a specified error message and a reference to the inner exception that is root cause of this exception. |
속성
Data |
예외에 대한 사용자 정의 정보를 추가로 제공하는 키/값 쌍 컬렉션을 가져옵니다.Gets a collection of key/value pairs that provide additional user-defined information about the exception. (다음에서 상속됨 Exception) |
HelpLink |
이 예외와 연결된 도움말 파일에 대한 링크를 가져오거나 설정합니다.Gets or sets a link to the help file associated with this exception. (다음에서 상속됨 Exception) |
HResult |
특정 예외에 할당된 코드화된 숫자 값인 HRESULT를 가져오거나 설정합니다.Gets or sets HRESULT, a coded numerical value that is assigned to a specific exception. (다음에서 상속됨 Exception) |
InnerException |
현재 예외를 발생시킨 Exception 인스턴스를 가져옵니다.Gets the Exception instance that caused the current exception. (다음에서 상속됨 Exception) |
Message |
현재 예외를 설명하는 메시지를 가져옵니다.Gets a message that describes the current exception. (다음에서 상속됨 Exception) |
OffendingNumber |
양의 무한대, 음의 무한대 또는 NaN(Not-a-Number)인 잘못된 숫자를 가져옵니다.Gets the invalid number that is a positive infinity, a negative infinity, or Not-a-Number (NaN). |
Source |
오류를 발생시키는 애플리케이션 또는 개체의 이름을 가져오거나 설정합니다.Gets or sets the name of the application or the object that causes the error. (다음에서 상속됨 Exception) |
StackTrace |
호출 스택의 직접 실행 프레임 문자열 표현을 가져옵니다.Gets a string representation of the immediate frames on the call stack. (다음에서 상속됨 Exception) |
TargetSite |
현재 예외를 throw하는 메서드를 가져옵니다.Gets the method that throws the current exception. (다음에서 상속됨 Exception) |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetBaseException() |
파생 클래스에서 재정의된 경우 하나 이상의 후속 예외의 근본 원인이 되는 Exception 을 반환합니다.When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions. (다음에서 상속됨 Exception) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetObjectData(SerializationInfo, StreamingContext) |
잘못된 숫자 및 추가 예외 정보를 사용하여 SerializationInfo 개체를 설정합니다.Sets the SerializationInfo object with the invalid number and additional exception information. |
GetType() |
현재 인스턴스의 런타임 형식을 가져옵니다.Gets the runtime type of the current instance. (다음에서 상속됨 Exception) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 예외에 대한 문자열 표현을 만들고 반환합니다.Creates and returns a string representation of the current exception. (다음에서 상속됨 Exception) |
이벤트
SerializeObjectState |
예외에 대한 serialize된 데이터가 들어 있는 예외 상태 개체가 만들어지도록 예외가 serialize될 때 발생합니다.Occurs when an exception is serialized to create an exception state object that contains serialized data about the exception. (다음에서 상속됨 Exception) |