C# 클래스 NetMQ.FaultException

상속: NetMQException
파일 보기 프로젝트 열기: NetMQ/NetMQ3-x

공개 메소드들

메소드 설명
FaultException ( ) : System

Create a new FaultException with no message nor inner-exception.

보호된 메소드들

메소드 설명
FaultException ( SerializationInfo info, StreamingContext context ) : System

Constructor for serialisation.

비공개 메소드들

메소드 설명
FaultException ( [ message ) : System

Create a new FaultException with the given message.

FaultException ( [ innerException, [ message ) : System

Create a new FaultException with a given inner-exception and message.

메소드 상세

FaultException() 공개 메소드

Create a new FaultException with no message nor inner-exception.
public FaultException ( ) : System
리턴 System

FaultException() 보호된 메소드

Constructor for serialisation.
protected FaultException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System