NetException Constructor (String, Exception)

Lidgren.Network

Collapse imageExpand ImageCopy imageCopyHover image
NetException constructor

Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)

Syntax

C#
public NetException(
	string message,
	Exception inner
)
Visual Basic
Public Sub New ( _
	message As String, _
	inner As Exception _
)
Visual C++
public:
NetException(
	String^ message, 
	Exception^ inner
)

Parameters

message
Type: System..::..String

[Missing <param name="message"/> documentation for "M:Lidgren.Network.NetException.#ctor(System.String,System.Exception)"]

inner
Type: System..::..Exception

[Missing <param name="inner"/> documentation for "M:Lidgren.Network.NetException.#ctor(System.String,System.Exception)"]

See Also