RemoteException
Class
Definition
Exception used to wrap the error coming from remote instance of Msh.
public class RemoteException : System.Management.Automation.RuntimeException
- Inheritance
Inherited Members
System.Management.Automation.RuntimeException
Remarks
This remote instance of Msh can be in a separate process, appdomain or machine.
Constructors
| RemoteException() |
Initializes a new instance of RemoteException |
| RemoteException(String) |
Initializes a new instance of RemoteException with a specified error message. |
| RemoteException(SerializationInfo, StreamingContext) |
Initializes a new instance of the RemoteException class with serialized data. |
| RemoteException(String, Exception) |
Initializes a new instance of the RemoteException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Properties
| ErrorRecord |
ErrorRecord associated with the exception |
| SerializedRemoteException |
Original Serialized Exception from remote msh |
| SerializedRemoteInvocationInfo |
InvocationInfo, if any, associated with the SerializedRemoteException. |