메소드 | 설명 | |
---|---|---|
ProtocolException ( ) : System | ||
ProtocolException ( int errorCode ) : System | ||
ProtocolException ( int errorCode, string message ) : System | ||
ProtocolException ( int errorCode, string message, |
||
ProtocolException ( string message ) : System | ||
ProtocolException ( string message, |
public ProtocolException ( int errorCode ) : System | ||
errorCode | int | |
리턴 | System |
public ProtocolException ( int errorCode, string message ) : System | ||
errorCode | int | |
message | string | |
리턴 | System |
public ProtocolException ( int errorCode, string message, |
||
errorCode | int | |
message | string | |
innerException | ||
리턴 | System |
public ProtocolException ( string message ) : System | ||
message | string | |
리턴 | System |
public ProtocolException ( string message, |
||
message | string | |
innerException | ||
리턴 | System |