ProxySocket.ToThrow Property

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

ProxySocket.ToThrow Property

Gets or sets the exception to throw when the EndConnect method is called.

[Visual Basic]Private Property ToThrow As System.Exception
[C#]
private System.Exception ToThrow {get; set;}

Property Value

An instance of the Exception class (or subclasses of Exception).

See Also

ProxySocket Class | ProxySocket Members | Org.Mentalis.Network.ProxySocket Namespace