InvalidRegistryKeyException Constructor (Exception)
Namespace: Microsoft.VisualStudio.Enterprise.WebInstrument
Assembly: Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)
Syntax
'Declaration
Public Sub New ( _
innerException As Exception _
)
public InvalidRegistryKeyException(
Exception innerException
)
public:
InvalidRegistryKeyException(
Exception^ innerException
)
new :
innerException:Exception -> InvalidRegistryKeyException
public function InvalidRegistryKeyException(
innerException : Exception
)
Parameters
- innerException
Type: System.Exception
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
InvalidRegistryKeyException Class