System.Runtime.Remoting.ServerException Class

The exception that is thrown to communicate errors to the client when the client connects to non-.NET Framework applications that cannot throw exceptions.

See Also: ServerException Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public class ServerException : SystemException

Remarks

System.Runtime.Remoting.ServerException uses the HRESULT COR_E_SERVER, which has the value 0x8013150E.

System.Runtime.Remoting.ServerException uses the default object.Equals(object) implementation, which supports reference equality.

For a list of initial property values for an instance of System.Runtime.Remoting.ServerException, see the System.Runtime.Remoting.ServerException constructors.

Requirements

Namespace: System.Runtime.Remoting
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0