System.DivideByZeroException.DivideByZeroException C# (CSharp) Method

DivideByZeroException() public method

public DivideByZeroException ( string message, Exception innerException ) : System.Runtime.InteropServices
message string
innerException Exception
return System.Runtime.InteropServices
        public DivideByZeroException(string message, Exception innerException) : base(message, innerException)
        {
            base.SetErrorCode(-2147352558);
        }
    }

Same methods

DivideByZeroException::DivideByZeroException ( ) : System.Runtime.InteropServices
DivideByZeroException::DivideByZeroException ( SerializationInfo info, StreamingContext context ) : System.Runtime.InteropServices
DivideByZeroException::DivideByZeroException ( string message ) : System.Runtime.InteropServices
DivideByZeroException