RemoteErrorException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution
This class is used to wrap exceptions that occur on a different node
public ref class RemoteErrorException sealed : Exception
[System.Serializable]
public sealed class RemoteErrorException : Exception
[<System.Serializable>]
type RemoteErrorException = class
inherit Exception
Public NotInheritable Class RemoteErrorException
Inherits Exception
- Inheritance
-
RemoteErrorException
- Attributes
Remarks
Warning
This class (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.Construction Microsoft.Build.Evaluation Microsoft.Build.Execution
Methods
GetObjectData(SerializationInfo, StreamingContext) |
This method (and the whole namespace) is deprecated. Please use the classes in these namespaces instead: Microsoft.Build.ConstructionMicrosoft.Build.EvaluationMicrosoft.Build.Execution ISerializable method which we must override since Exception implements this interface If we ever add new members to this class, we'll need to update this. |