C# 클래스 System.Runtime.Remoting.RemotingTimeoutException

상속: RemotingException
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
RemotingTimeoutException ( ) : System.Runtime.Remoting
RemotingTimeoutException ( String message ) : System.Runtime.Remoting
RemotingTimeoutException ( String message, Exception InnerException ) : System.Runtime.Remoting

비공개 메소드들

메소드 설명
RemotingTimeoutException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Remoting

메소드 상세

RemotingTimeoutException() 공개 메소드

public RemotingTimeoutException ( ) : System.Runtime.Remoting
리턴 System.Runtime.Remoting

RemotingTimeoutException() 공개 메소드

public RemotingTimeoutException ( String message ) : System.Runtime.Remoting
message String
리턴 System.Runtime.Remoting

RemotingTimeoutException() 공개 메소드

public RemotingTimeoutException ( String message, Exception InnerException ) : System.Runtime.Remoting
message String
InnerException System.Exception
리턴 System.Runtime.Remoting