This topic has not yet been rated - Rate this topic

RemoteException Constructor

Initializes a new instance of the RemoteException class. The variants of this constructor can create an empty object, an object that contains an exception message, and more.

This constructor should not be called. RemoteException objects should be created only by the Windows PowerShell runtime.

NameDescription
RemoteException ()Initializes a new instance of the RemoteException class that is empty.
RemoteException (SerializationInfo, StreamingContext)Initializes a new instance of the RemoteException class that contains information read from the provided serialization information.
RemoteException (String)Initializes a new instance of the RemoteException class that contains an exception message.
RemoteException (String, Exception)Initializes a new instance of the RemoteException class that contains an exception message and the inner exception that caused this exception to be thrown.

Send comments about this topic to Microsoft.
© 2013 Microsoft. All rights reserved.