System.Exception.Exception C# (CSharp) Method

Exception() public method

public Exception ( ) : System
return System
        public Exception() {
            _message = null;
            _stackTrace = null;
            _dynamicMethods = null;
            HResult = __HResults.COR_E_EXCEPTION;
            _xcode = _COMPlusExceptionCode;
            _xptrs = (IntPtr) 0;
        }
    

Same methods

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