Skip to content

Commit e4179d8

Browse files
author
mikeblome
committed
fixed remaining warnings in cppcx
1 parent 23f85a9 commit e4179d8

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/cppcx/platform-comexception-class.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,19 @@ public:property int HResult { int get();}
110110
111111
### Remarks
112112
For more information about how to interpret the HRESULT value, see [Structure of COM Error Codes](http://go.microsoft.com/fwlink/p/?LinkId=262045).
113+
114+
## <a name="message"></a> COMException::Message Property
115+
Message that describes the exception.
116+
117+
### Syntax
118+
119+
```cpp
120+
public:property String^ Message { String^ get();}
121+
```
113122

123+
### Property Value
124+
A description of the exception.
125+
114126

115127
## See Also
116128
[Platform namespace](../cppcx/platform-namespace-c-cx.md)

docs/cppcx/platform-type-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.author: "ghogen"
2121
manager: "ghogen"
2222
---
2323
# Platform::Type Class
24-
Contains run-time information about a type—specifically, a string name and a typecode. Obtained by calling [Object::GetType Method](../cppcx/object-class.md#gettype) on any object or or using the [typeid](../windows/typeid-cpp-component-extensions.md) operator on a class or struct name.
24+
Contains run-time information about a type—specifically, a string name and a typecode. Obtained by calling [Object::GetType Method](../cppcx/platform-object-class.md#gettype) on any object or or using the [typeid](../windows/typeid-cpp-component-extensions.md) operator on a class or struct name.
2525

2626
## Syntax
2727

0 commit comments

Comments
 (0)