This topic has not yet been rated - Rate this topic

code property

Sets or retrieves a number indicating the type of exception that occurred.

Document Object Model (DOM) Level 2 Core Specification, Section 1.2Internet Explorer 9

Syntax

HRESULT value = object.put_code( v);HRESULT value = object.get_code(* p);

Property values

Type: long

The exception code. See DOM Exception Error Codes.

Standards information

See also

IRangeException::message

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.