| Visual Basic (Declaration) | |
|---|---|
Public Property Code As DicomExceptionCode  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
public DicomExceptionCode Code {get; set;}  | |
| C++/CLI | |
|---|---|
public: property DicomExceptionCode Code { DicomExceptionCode get(); void set (DicomExceptionCode value); }  | |
Return Value
An Code value that specifies what caused this exception.For an example, refer to DicomException.
 
            
 
            
            
            Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
  
   
                           
Copy Code