System.NotFiniteNumberException.NotFiniteNumberException C# (CSharp) Méthode

NotFiniteNumberException() public méthode

public NotFiniteNumberException ( String message, Exception innerException ) : System
message String
innerException Exception
Résultat System
        public NotFiniteNumberException(String message, Exception innerException) 
            : base(message, innerException) {
            SetErrorCode(__HResults.COR_E_NOTFINITENUMBER);
        }
        

Same methods

NotFiniteNumberException::NotFiniteNumberException ( ) : System
NotFiniteNumberException::NotFiniteNumberException ( SerializationInfo info, StreamingContext context ) : System
NotFiniteNumberException::NotFiniteNumberException ( String message ) : System
NotFiniteNumberException::NotFiniteNumberException ( String message, double offendingNumber ) : System
NotFiniteNumberException::NotFiniteNumberException ( String message, double offendingNumber, Exception innerException ) : System
NotFiniteNumberException::NotFiniteNumberException ( double offendingNumber ) : System