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
Represents information about C# dynamic operations that are specific to particular arguments at a call site.
42
-
43
-
Instances of this class are generated by the C# compiler.
40
+
summary: Represents information about C# dynamic operations that are specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.
Represents information about C# dynamic operations that are specific to particular arguments at a call site.
53
-
54
-
Instances of this class are generated by the C# compiler.
48
+
summary: Represents information about C# dynamic operations that are specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.
Represents information about C# dynamic operations that are not specific to particular arguments at a call site.
64
-
65
-
Instances of this class are generated by the C# compiler.
56
+
summary: Represents information about C# dynamic operations that are not specific to particular arguments at a call site. Instances of this class are generated by the C# compiler.
Represents an error that occurs while processing a dynamic bind in the C# runtime binder. Exceptions of this type differ from @'Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException' in that
74
-
75
-
@'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException' represents a failure to bind in the sense of a usual compiler error, whereas @'Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException'
76
-
77
-
represents a malfunctioning of the runtime binder itself.
63
+
summary: Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.
Represents an error that occurs while processing a dynamic bind in the C# runtime binder. Exceptions of this type differ from @'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException' in that
86
-
87
-
@'Microsoft.CSharp.RuntimeBinder.RuntimeBinderException' represents a failure to bind in the sense of a usual compiler error, whereas @'Microsoft.CSharp.RuntimeBinder.RuntimeBinderInternalCompilerException'
88
-
89
-
represents a malfunctioning of the runtime binder itself.
70
+
summary: Represents an error that occurs when a dynamic bind in the C# runtime binder is processed.
Copy file name to clipboardExpand all lines: api/Microsoft.Win32.Registry.yml
+44
Original file line number
Diff line number
Diff line change
@@ -531,3 +531,47 @@ references:
531
531
name: RegistryValueKind
532
532
fullName: Microsoft.Win32.RegistryValueKind
533
533
type: Enum
534
+
- uid: System.ObjectDisposedException
535
+
isExternal: false
536
+
href: System.ObjectDisposedException.yml
537
+
name: ObjectDisposedException
538
+
fullName: System.ObjectDisposedException
539
+
type: Class
540
+
summary: The exception that is thrown when an operation is performed on a disposed object.
541
+
- uid: System.Security.SecurityException
542
+
isExternal: false
543
+
href: System.Security.SecurityException.yml
544
+
name: SecurityException
545
+
fullName: System.Security.SecurityException
546
+
type: Class
547
+
summary: The exception that is thrown when a security error is detected.
548
+
- uid: System.IO.IOException
549
+
parent: System.IO
550
+
isExternal: false
551
+
href: System.IO.IOException.yml
552
+
name: IOException
553
+
fullName: System.IO.IOException
554
+
type: Class
555
+
summary: The exception that is thrown when an I/O error occurs.
556
+
- uid: System.ArgumentException
557
+
parent: System
558
+
isExternal: false
559
+
href: System.ArgumentException.yml
560
+
name: ArgumentException
561
+
fullName: System.ArgumentException
562
+
type: Class
563
+
summary: The exception that is thrown when one of the arguments provided to a method is not valid.
564
+
- uid: System.ArgumentNullException
565
+
isExternal: false
566
+
href: System.ArgumentNullException.yml
567
+
name: ArgumentNullException
568
+
fullName: System.ArgumentNullException
569
+
type: Class
570
+
summary: The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
571
+
- uid: System.UnauthorizedAccessException
572
+
isExternal: false
573
+
href: System.UnauthorizedAccessException.yml
574
+
name: UnauthorizedAccessException
575
+
fullName: System.UnauthorizedAccessException
576
+
type: Class
577
+
summary: The exception that is thrown when the operating system denies access because of an I/O error or a specific type of security error.
Copy file name to clipboardExpand all lines: api/Microsoft.Win32.RegistryKey.yml
+52
Original file line number
Diff line number
Diff line change
@@ -1453,3 +1453,55 @@ references:
1453
1453
fullName: (
1454
1454
- name: )
1455
1455
fullName: )
1456
+
- uid: System.ArgumentNullException
1457
+
isExternal: false
1458
+
href: System.ArgumentNullException.yml
1459
+
name: ArgumentNullException
1460
+
fullName: System.ArgumentNullException
1461
+
type: Class
1462
+
summary: The exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.
1463
+
- uid: System.Security.SecurityException
1464
+
isExternal: false
1465
+
href: System.Security.SecurityException.yml
1466
+
name: SecurityException
1467
+
fullName: System.Security.SecurityException
1468
+
type: Class
1469
+
summary: The exception that is thrown when a security error is detected.
1470
+
- uid: System.ObjectDisposedException
1471
+
isExternal: false
1472
+
href: System.ObjectDisposedException.yml
1473
+
name: ObjectDisposedException
1474
+
fullName: System.ObjectDisposedException
1475
+
type: Class
1476
+
summary: The exception that is thrown when an operation is performed on a disposed object.
1477
+
- uid: System.UnauthorizedAccessException
1478
+
isExternal: false
1479
+
href: System.UnauthorizedAccessException.yml
1480
+
name: UnauthorizedAccessException
1481
+
fullName: System.UnauthorizedAccessException
1482
+
type: Class
1483
+
summary: The exception that is thrown when the operating system denies access because of an I/O error or a specific type of security error.
1484
+
- uid: System.IO.IOException
1485
+
parent: System.IO
1486
+
isExternal: false
1487
+
href: System.IO.IOException.yml
1488
+
name: IOException
1489
+
fullName: System.IO.IOException
1490
+
type: Class
1491
+
summary: The exception that is thrown when an I/O error occurs.
1492
+
- uid: System.ArgumentException
1493
+
parent: System
1494
+
isExternal: false
1495
+
href: System.ArgumentException.yml
1496
+
name: ArgumentException
1497
+
fullName: System.ArgumentException
1498
+
type: Class
1499
+
summary: The exception that is thrown when one of the arguments provided to a method is not valid.
1500
+
- uid: System.InvalidOperationException
1501
+
parent: System
1502
+
isExternal: false
1503
+
href: System.InvalidOperationException.yml
1504
+
name: InvalidOperationException
1505
+
fullName: System.InvalidOperationException
1506
+
type: Class
1507
+
summary: The exception that is thrown when a method call is invalid for the object's current state.
summary: Provides a wrapper class that represents the handle of an X.509 chain object. For more information, see @'System.Security.Cryptography.X509Certificates.X509Chain'.
Copy file name to clipboardExpand all lines: api/Microsoft.Win32.yml
+8
Original file line number
Diff line number
Diff line change
@@ -31,55 +31,63 @@ references:
31
31
name: Registry
32
32
fullName: Microsoft.Win32.Registry
33
33
type: Class
34
+
summary: Provides @'Microsoft.Win32.RegistryKey' objects that represent the root keys in the Windows registry, and static methods to access key/value pairs.
34
35
- uid: Microsoft.Win32.RegistryHive
35
36
parent: Microsoft.Win32
36
37
isExternal: false
37
38
href: Microsoft.Win32.RegistryHive.yml
38
39
name: RegistryHive
39
40
fullName: Microsoft.Win32.RegistryHive
40
41
type: Enum
42
+
summary: Represents the possible values for a top-level node on a foreign machine.
41
43
- uid: Microsoft.Win32.RegistryKey
42
44
parent: Microsoft.Win32
43
45
isExternal: false
44
46
href: Microsoft.Win32.RegistryKey.yml
45
47
name: RegistryKey
46
48
fullName: Microsoft.Win32.RegistryKey
47
49
type: Class
50
+
summary: Represents a key-level node in the Windows registry. This class is a registry encapsulation.
48
51
- uid: Microsoft.Win32.RegistryValueOptions
49
52
parent: Microsoft.Win32
50
53
isExternal: false
51
54
href: Microsoft.Win32.RegistryValueOptions.yml
52
55
name: RegistryValueOptions
53
56
fullName: Microsoft.Win32.RegistryValueOptions
54
57
type: Enum
58
+
summary: Specifies optional behavior when retrieving name/value pairs from a registry key.
0 commit comments