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

상속: System.SystemException
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

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

비공개 메소드들

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

메소드 상세

ServerException() 공개 메소드

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

ServerException() 공개 메소드

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

ServerException() 공개 메소드

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