RegisteredServerException Constructor (SerializationInfo, StreamingContext)
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (in microsoft.sqlserver.regsvrenum.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected RegisteredServerException (
SerializationInfo info,
StreamingContext context
)
protected:
RegisteredServerException (
SerializationInfo^ info,
StreamingContext context
)
protected RegisteredServerException (
SerializationInfo info,
StreamingContext context
)
protected function RegisteredServerException (
info : SerializationInfo,
context : StreamingContext
)
Parameters
- info
- context
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
RegisteredServerException Class
RegisteredServerException Members
Microsoft.SqlServer.Management.Smo.RegSvrEnum Namespace