System.DivideByZeroException.DivideByZeroException C# (CSharp) Method

DivideByZeroException() public method

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

Same methods

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