C# 클래스 System.Net.HttpListenerException

상속: System.ComponentModel.Win32Exception
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
HttpListenerException ( ) : System.ComponentModel
HttpListenerException ( int errorCode ) : System.ComponentModel
HttpListenerException ( int errorCode, string message ) : System.ComponentModel

보호된 메소드들

메소드 설명
HttpListenerException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel

메소드 상세

HttpListenerException() 공개 메소드

public HttpListenerException ( ) : System.ComponentModel
리턴 System.ComponentModel

HttpListenerException() 보호된 메소드

protected HttpListenerException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.ComponentModel
serializationInfo System.Runtime.Serialization.SerializationInfo
streamingContext System.Runtime.Serialization.StreamingContext
리턴 System.ComponentModel

HttpListenerException() 공개 메소드

public HttpListenerException ( int errorCode ) : System.ComponentModel
errorCode int
리턴 System.ComponentModel

HttpListenerException() 공개 메소드

public HttpListenerException ( int errorCode, string message ) : System.ComponentModel
errorCode int
message string
리턴 System.ComponentModel