Skip to content

Commit 33deb7e

Browse files
authored
Clean up huge spacing in base-clause of C++/CX exception references
1 parent 56a5ce8 commit 33deb7e

16 files changed

+44
-57
lines changed

docs/cppcx/platform-accessdeniedexception-class.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
description: "Learn more about: Platform::AccessDeniedException Class"
32
title: "Platform::AccessDeniedException Class"
3+
description: "Learn more about: Platform::AccessDeniedException Class"
44
ms.date: "12/30/2016"
55
ms.topic: "reference"
66
f1_keywords: ["VCCORLIB/Platform::AccessDeniedException", "VCCORLIB/Platform::AccessDeniedException::AccessDeniedException"]
77
helpviewer_keywords: ["Platform::AccessDeniedException"]
8-
ms.assetid: 6ae2155b-7b16-4587-8d2d-da05eab4c7e9
98
---
109
# Platform::AccessDeniedException Class
1110

@@ -14,7 +13,7 @@ Thrown when access to a resource or feature is denied.
1413
## Syntax
1514

1615
```cpp
17-
public ref class AccessDeniedException : COMException, IException, IPrintable, IEquatable
16+
public ref class AccessDeniedException : COMException, IException, IPrintable, IEquatable
1817
```
1918
2019
### Remarks

docs/cppcx/platform-changedstateexception-class.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
description: "Learn more about: Platform::ChangedStateException Class"
32
title: "Platform::ChangedStateException Class"
3+
description: "Learn more about: Platform::ChangedStateException Class"
44
ms.date: "12/30/2016"
55
ms.topic: "reference"
66
f1_keywords: ["VCCORLIB/Platform::ChangedStateException", "VCCORLIB/Platform::ChangedStateException::ChangedStateException"]
77
helpviewer_keywords: ["Platform::ChangedStateException"]
8-
ms.assetid: f894beac-9e80-4fac-ac25-89f1dbc0a6a4
98
---
109
# Platform::ChangedStateException Class
1110

@@ -14,7 +13,7 @@ Thrown when the internal state of an object has changed, thereby invalidating th
1413
## Syntax
1514

1615
```cpp
17-
public ref class ChangedStateException : COMException, IException, IPrintable, IEquatable
16+
public ref class ChangedStateException : COMException, IException, IPrintable, IEquatable
1817
```
1918
2019
### Remarks

docs/cppcx/platform-classnotregisteredexception-class.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
description: "Learn more about: Platform::ClassNotRegisteredException Class"
32
title: "Platform::ClassNotRegisteredException Class"
3+
description: "Learn more about: Platform::ClassNotRegisteredException Class"
44
ms.date: "12/30/2016"
55
ms.topic: "reference"
66
f1_keywords: ["VCCORLIB/Platform::ClassNotRegisteredException::ClassNotRegisteredException", "VCCORLIB/Platform::ClassNotRegisteredException"]
77
helpviewer_keywords: ["Platform::ClassNotRegisteredException"]
8-
ms.assetid: 8f8871d8-51b9-46e8-902e-ae023c9f1de9
98
---
109
# Platform::ClassNotRegisteredException Class
1110

@@ -14,7 +13,7 @@ Thrown when a COM class has not been registered.
1413
## Syntax
1514

1615
```cpp
17-
public ref class ClassNotRegisteredException : COMException, IException, IPrintable, IEquatable
16+
public ref class ClassNotRegisteredException : COMException, IException, IPrintable, IEquatable
1817
```
1918
2019
### Remarks

docs/cppcx/platform-comexception-class.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
description: "Learn more about: Platform::COMException Class"
32
title: "Platform::COMException Class"
3+
description: "Learn more about: Platform::COMException Class"
44
ms.date: "12/30/2016"
55
ms.topic: "reference"
66
f1_keywords: ["VCCORLIB/Platform::COMException", "VCCORLIB/Platform::COMException::HResult", "VCCORLIB/Platform::COMException::Message"]
77
helpviewer_keywords: ["Platform::COMException Class"]
8-
ms.assetid: 44fda4e5-574f-4d12-ab5f-4ff3f277448d
98
---
109
# Platform::COMException Class
1110

@@ -14,7 +13,7 @@ Represents COM errors that occur during application execution. COMException is t
1413
## Syntax
1514

1615
```cpp
17-
public ref class COMException : Exception, IException, IPrintable, IEquatable
16+
public ref class COMException : Exception, IException, IPrintable, IEquatable
1817
```
1918
2019
### Members
@@ -79,12 +78,12 @@ Intializes a new instance of the COMException class.
7978
### Syntax
8079
8180
```cpp
82-
COMException( int hresult )
81+
COMException(int hresult);
8382
```
8483

8584
### Parameters
8685

87-
*hresult*<br/>
86+
*hresult*\
8887
The error HRESULT that is represented by the exception.
8988

9089
## <a name="hresult"></a> COMException::HResult Property
@@ -95,7 +94,7 @@ The HRESULT that corresponds to the exception.
9594

9695
```cpp
9796
public:
98-
property int HResult { int get();}
97+
property int HResult { int get(); }
9998
```
10099
101100
## Property Value
@@ -113,7 +112,8 @@ Message that describes the exception.
113112
### Syntax
114113
115114
```cpp
116-
public:property String^ Message { String^ get();}
115+
public:
116+
property String^ Message { String^ get(); }
117117
```
118118

119119
### Property Value

docs/cppcx/platform-disconnectedexception-class.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
---
2-
description: "Learn more about: Platform::DisconnectedException Class"
32
title: "Platform::DisconnectedException Class"
3+
description: "Learn more about: Platform::DisconnectedException Class"
44
ms.date: "12/30/2016"
55
ms.topic: "reference"
66
f1_keywords: ["VCCORLIB/Platform::DisconnectedException", "VCCORLIB/Platform::DisconnectedException::DisconnectedException"]
77
helpviewer_keywords: ["Platform::DisconnectedException"]
8-
ms.assetid: c25e0d64-5bff-4c21-88e5-c4ec2776fa7f
98
---
109
# Platform::DisconnectedException Class
1110

12-
Thrown when a COM proxy object attempts to reference a COM server that no longer exists
11+
Thrown when a COM proxy object attempts to reference a COM server that no longer exists.
1312

1413
## Syntax
1514

16-
```
17-
public ref class DisconnectedException : COMException, IException, IPrintable, IEquatable
15+
```cpp
16+
public ref class DisconnectedException : COMException, IException, IPrintable, IEquatable
1817
```
1918
2019
### Remarks

docs/cppcx/platform-exception-class.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Represents errors that occur during application execution. Custom exception clas
1313
## Syntax
1414

1515
```cpp
16-
public ref class Exception : Object, IException, IPrintable, IEquatable
16+
public ref class Exception : Object, IException, IPrintable, IEquatable
1717
```
1818
1919
### Members
@@ -68,10 +68,10 @@ Exception^ CreateException(int32 hr, Platform::String^ message);
6868

6969
### Parameters
7070

71-
*hr*<br/>
71+
*hr*\
7272
An HRESULT value that you typically get from a call to a COM method. If the value is 0, which is equal to S_OK, this method throws [Platform::InvalidArgumentException](../cppcx/platform-invalidargumentexception-class.md) because COM methods that succeed should not throw exceptions.
7373

74-
*message*<br/>
74+
*message*\
7575
A string that describes the error.
7676

7777
### Return Value
@@ -97,10 +97,10 @@ Exception(int32 hresult, ::Platform::String^ message);
9797
9898
### Parameters
9999
100-
*hresult*<br/>
100+
*hresult*\
101101
The error HRESULT that is represented by the exception.
102102
103-
*message*<br/>
103+
*message*\
104104
A user-specified message, such as prescriptive text, that is associated with the exception. In general you should prefer the second overload in order to provide a descriptive message that is as specific as possible about how and why the error has occurred.
105105
106106
## <a name="hresult"></a> Exception::HResult Property
@@ -129,7 +129,8 @@ Message that describes the error.
129129
### Syntax
130130

131131
```cpp
132-
public:property String^ Message;
132+
public:
133+
property String^ Message;
133134
```
134135

135136
### Property Value

docs/cppcx/platform-failureexception-class.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
description: "Learn more about: Platform::FailureException Class"
32
title: "Platform::FailureException Class"
3+
description: "Learn more about: Platform::FailureException Class"
44
ms.date: "12/30/2016"
55
ms.topic: "reference"
66
f1_keywords: ["VCCORLIB/Platform::FailureException::FailureException", "VCCORLIB/Platform::FailureException"]
77
helpviewer_keywords: ["Platform::FailureException"]
8-
ms.assetid: 1729cd07-bfc2-448e-9db5-185d5cbf5b81
98
---
109
# Platform::FailureException Class
1110

@@ -14,7 +13,7 @@ Thrown when the operation has failed. It is the equivalent of the E_FAIL HRESULT
1413
## Syntax
1514

1615
```cpp
17-
public ref class FailureException : COMException, IException, IPrintable, IEquatable
16+
public ref class FailureException : COMException, IException, IPrintable, IEquatable
1817
```
1918
2019
### Remarks

docs/cppcx/platform-invalidargumentexception-class.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
description: "Learn more about: Platform::InvalidArgumentException Class"
32
title: "Platform::InvalidArgumentException Class"
3+
description: "Learn more about: Platform::InvalidArgumentException Class"
44
ms.date: "12/30/2016"
55
ms.topic: "reference"
66
f1_keywords: ["VCCORLIB/Platform::InvalidArgumentException", "VCCORLIB/Platform::InvalidArgumentException::InvalidArgumentException"]
77
helpviewer_keywords: ["Platform::InvalidArgumentException"]
8-
ms.assetid: 1a8d860b-3bcb-41a9-9346-6610616a0b46
98
---
109
# Platform::InvalidArgumentException Class
1110

@@ -14,7 +13,7 @@ Thrown when one of the arguments provided to a method is not valid.
1413
## Syntax
1514

1615
```cpp
17-
public ref class InvalidArgumentException : COMException, IException, IPrintable, IEquatable
16+
public ref class InvalidArgumentException : COMException, IException, IPrintable, IEquatable
1817
```
1918
2019
### Remarks

docs/cppcx/platform-invalidcastexception-class.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
description: "Learn more about: Platform::InvalidCastException Class"
32
title: "Platform::InvalidCastException Class"
3+
description: "Learn more about: Platform::InvalidCastException Class"
44
ms.date: "12/30/2016"
55
ms.topic: "reference"
66
f1_keywords: ["VCCORLIB/Platform::InvalidCastException::InvalidCastException", "VCCORLIB/Platform::InvalidCastException"]
77
helpviewer_keywords: ["Platform::InvalidCastException"]
8-
ms.assetid: 0215131d-1251-4913-9561-824410e045b6
98
---
109
# Platform::InvalidCastException Class
1110

@@ -14,7 +13,7 @@ Thrown when a cast or explicit conversion is invalid.
1413
## Syntax
1514

1615
```cpp
17-
public ref class InvalidCastException : COMException, IException, IPrintable, IEquatable
16+
public ref class InvalidCastException : COMException, IException, IPrintable, IEquatable
1817
```
1918
2019
### Remarks

docs/cppcx/platform-notimplementedexception-class.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
description: "Learn more about: Platform::NotImplementedException Class"
32
title: "Platform::NotImplementedException Class"
3+
description: "Learn more about: Platform::NotImplementedException Class"
44
ms.date: "12/30/2016"
55
ms.topic: "reference"
66
f1_keywords: ["VCCORLIB/Platform::NotImplementedException", "VCCORLIB/Platform::NotImplementedException::NotImplementedException"]
77
helpviewer_keywords: ["Platform::NotImplementedException"]
8-
ms.assetid: 6da26cc2-dde8-4aea-aa85-67aac55cf97b
98
---
109
# Platform::NotImplementedException Class
1110

@@ -14,7 +13,7 @@ Thrown when an interface member is not been implemented in a derived type.
1413
## Syntax
1514

1615
```cpp
17-
public ref class NotImplementedException : COMException, IException, IPrintable, IEquatable
16+
public ref class NotImplementedException : COMException, IException, IPrintable, IEquatable
1817
```
1918
2019
### Remarks

0 commit comments

Comments
 (0)