Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

Namespace: Visual3D.Networking
Assembly: Visual3D.Networking (in Visual3D.Networking.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public sealed class NetException : Exception
Public NotInheritable Class NetException _
	Inherits Exception

Members

      
 All Members  Constructors  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
NetException()()()()
Initializes a new instance of the NetException class
NetException(String)
Initializes a new instance of the NetException class
NetException(String, Exception)
Initializes a new instance of the NetException class

Inheritance Hierarchy

System..::..Object
  System..::..Exception
    Visual3D.Networking..::..NetException

See Also