Base:
property
ErrorCode
System.Runtime.InteropServices.ExternalException.ErrorCode
2 references to ErrorCode
System (1)
net\System\Net\WebSockets\WebSocketBase.cs (1)
1337
convertedException = new WebSocketException(httpListenerException.
ErrorCode
, httpListenerException);
System.ServiceModel (1)
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
412
switch (e.
ErrorCode
)