[This topic is pre-release documentation and
is subject to change in future releases. Blank topics are included
as placeholders.]Initializes a new instance of the
LinkingFrameworkRemotingException class with a specified error
message and a reference to the inner exception that is the cause of
this exception.
Namespace:
Microsoft.EnterpriseManagement.LinkingFramework
Assembly: Microsoft.EnterpriseManagement.ServiceManager (in
microsoft.enterprisemanagement.servicemanager.dll)
Usage
Syntax
Visual Basic |
Public Sub New ( _
message As String, _
innerException As Exception _
)
|
C# |
public LinkingFrameworkRemotingException (
string message,
Exception innerException
)
|
C++ |
public:
LinkingFrameworkRemotingException (
String^ message,
Exception^ innerException
)
|
J# |
public LinkingFrameworkRemotingException (
String message,
Exception innerException
)
|
JScript |
public function LinkingFrameworkRemotingException (
message : String,
innerException : Exception
)
|
Parameters
- message
-
The message.
- innerException
-
The inner exception.
Platforms
Development Platforms
Windows Server 2008, Windows Vista, Windows Server 2003, and
Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003
See Also