Represents an error that occurred on the server.

Namespace: Lesnikowski.Client
Assembly: Mail (in Mail.dll) Version: 3.0.1213.909

Syntax

C#
[SerializableAttribute]
public class ServerException : Exception
Visual Basic
<SerializableAttribute> _
Public Class ServerException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class ServerException : public Exception

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Lesnikowski.Client..::..ServerException

See Also