ServerException Class
.NET Framework 3.0
The exception that is thrown to communicate errors to the client when the client connects to non-.NET Framework applications that cannot throw exceptions.
Namespace: System.Runtime.Remoting
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
'Declaration <SerializableAttribute> _ <ComVisibleAttribute(True)> _ Public Class ServerException Inherits SystemException 'Usage Dim instance As ServerException
/** @attribute SerializableAttribute() */ /** @attribute ComVisibleAttribute(true) */ public class ServerException extends SystemException
SerializableAttribute ComVisibleAttribute(true) public class ServerException extends SystemException
Not applicable.
ServerException uses the HRESULT COR_E_SERVER, which has the value 0x8013150E.
ServerException uses the default Equals implementation, which supports reference equality.
For a list of initial property values for an instance of ServerException, see the ServerException constructors.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: