You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System/Console.xml
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -381,6 +381,7 @@
381
381
382
382
<paramrefname="duration" /> is less than or equal to zero.</exception>
383
383
<exceptioncref="T:System.Security.HostProtectionException">This method was executed on a server, such as SQL Server, that does not permit access to the console.</exception>
384
+
<exceptioncref="T:System.PlatformNotSupportedException">The current operating system is not Windows.</exception>
384
385
</Docs>
385
386
</Member>
386
387
<MemberMemberName="BufferHeight">
@@ -452,6 +453,7 @@
452
453
The value in a set operation is less than <seecref="P:System.Console.WindowTop" /> + <seecref="P:System.Console.WindowHeight" />.</exception>
453
454
<exceptioncref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
<exceptioncref="T:System.PlatformNotSupportedException">The current operating system is not Windows.</exception>
1556
1563
<permissioncref="T:System.Security.Permissions.UIPermission">for modifying safe top-level windows and subwindows. Associated enumeration: <seecref="F:System.Security.Permissions.UIPermissionWindow.SafeTopLevelWindows" /></permission>
1557
1564
</Docs>
1558
1565
</Member>
@@ -1643,6 +1650,7 @@
1643
1650
<exceptioncref="T:System.ArgumentException">One or both of the color parameters is not a member of the <seecref="T:System.ConsoleColor" /> enumeration.</exception>
1644
1651
<exceptioncref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
<exceptioncref="T:System.PlatformNotSupportedException">The current operating system is not Windows.</exception>
2981
2992
<permissioncref="T:System.Security.Permissions.UIPermission">for modifying safe top-level windows and subwindows. Associated enumeration: <seecref="F:System.Security.Permissions.UIPermissionWindow.SafeTopLevelWindows" /></permission>
2982
2993
</Docs>
2983
2994
</Member>
@@ -3048,6 +3059,7 @@
3048
3059
<paramrefname="width" /> or <paramrefname="height" /> is greater than the largest possible window width or height for the current screen resolution and console font.</exception>
3049
3060
<exceptioncref="T:System.Security.SecurityException">The user does not have permission to perform this action.</exception>
<exceptioncref="T:System.PlatformNotSupportedException">The get operation is invoked on an operating system other than Windows.</exception>
3109
3122
<permissioncref="T:System.Security.Permissions.UIPermission">for modifying safe top-level windows and subwindows. Associated enumeration: <seecref="F:System.Security.Permissions.UIPermissionWindow.SafeTopLevelWindows" /></permission>
3110
3123
</Docs>
3111
3124
</Member>
@@ -3244,6 +3257,7 @@
3244
3257
3245
3258
The value of the <seecref="P:System.Console.WindowWidth" /> property or the value of the <seecref="P:System.Console.WindowHeight" /> property is greater than the largest possible window width or height for the current screen resolution and console font.</exception>
3246
3259
<exceptioncref="T:System.IO.IOException">Error reading or writing information.</exception>
3260
+
<exceptioncref="T:System.PlatformNotSupportedException">The set operation is invoked on an operating system other than Windows.</exception>
3247
3261
</Docs>
3248
3262
</Member>
3249
3263
<MemberMemberName="WindowLeft">
@@ -3314,6 +3328,7 @@
3314
3328
3315
3329
As a result of the assignment, <seecref="P:System.Console.WindowLeft" /> plus <seecref="P:System.Console.WindowWidth" /> would exceed <seecref="P:System.Console.BufferWidth" />.</exception>
3316
3330
<exceptioncref="T:System.IO.IOException">Error reading or writing information.</exception>
3331
+
<exceptioncref="T:System.PlatformNotSupportedException">The set operation is invoked on an operating system other than Windows.</exception>
3317
3332
</Docs>
3318
3333
</Member>
3319
3334
<MemberMemberName="WindowTop">
@@ -3380,6 +3395,7 @@
3380
3395
3381
3396
As a result of the assignment, <seecref="P:System.Console.WindowTop" /> plus <seecref="P:System.Console.WindowHeight" /> would exceed <seecref="P:System.Console.BufferHeight" />.</exception>
3382
3397
<exceptioncref="T:System.IO.IOException">Error reading or writing information.</exception>
3398
+
<exceptioncref="T:System.PlatformNotSupportedException">The set operation is invoked on an operating system other than Windows.</exception>
3383
3399
</Docs>
3384
3400
</Member>
3385
3401
<MemberMemberName="WindowWidth">
@@ -3450,6 +3466,7 @@
3450
3466
3451
3467
The value of the <seecref="P:System.Console.WindowWidth" /> property or the value of the <seecref="P:System.Console.WindowHeight" /> property is greater than the largest possible window width or height for the current screen resolution and console font.</exception>
3452
3468
<exceptioncref="T:System.IO.IOException">Error reading or writing information.</exception>
3469
+
<exceptioncref="T:System.PlatformNotSupportedException">The set operation is invoked on an operating system other than Windows.</exception>
0 commit comments