C# 클래스 UnknownException, bitplatform

This exception is raised if an operation call on a server raises an unknown exception. For example, for C++, this exception is raised if the server throws a C++ exception that is not directly or indirectly derived from Ice::LocalException or Ice::UserException.
상속: LocalException
파일 보기 프로젝트 열기: bitfoundation/bitframework 1 사용 예제들

공개 메소드들

메소드 설명
UnknownException ( ) : System.Runtime.Serialization
UnknownException ( string message ) : System.Runtime.Serialization
UnknownException ( string message, Exception, innerException ) : System.Runtime.Serialization

보호된 메소드들

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

메소드 상세

UnknownException() 공개 메소드

public UnknownException ( ) : System.Runtime.Serialization
리턴 System.Runtime.Serialization

UnknownException() 보호된 메소드

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

UnknownException() 공개 메소드

public UnknownException ( string message ) : System.Runtime.Serialization
message string
리턴 System.Runtime.Serialization

UnknownException() 공개 메소드

public UnknownException ( string message, Exception, innerException ) : System.Runtime.Serialization
message string
innerException Exception,
리턴 System.Runtime.Serialization