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

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

RemotingException() 공개 메소드

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

RemotingException() 보호된 메소드

protected RemotingException ( SerializationInfo info, StreamingContext context ) : System.Runtime.Remoting
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System.Runtime.Remoting

RemotingException() 공개 메소드

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

RemotingException() 공개 메소드

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