C# 클래스 Xmu.Crms.Shared.Exceptions.TopicNotFoundException

상속: ArgumentOutOfRangeException
파일 보기 프로젝트 열기: xmusoftware15/ModuleStandardGroup-Public

공개 메소드들

메소드 설명
TopicNotFoundException ( ) : System
TopicNotFoundException ( string paramName ) : System
TopicNotFoundException ( string message, Exception innerException ) : System
TopicNotFoundException ( string paramName, object actualValue, string message ) : System
TopicNotFoundException ( string paramName, string message ) : System

보호된 메소드들

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

메소드 상세

TopicNotFoundException() 공개 메소드

public TopicNotFoundException ( ) : System
리턴 System

TopicNotFoundException() 보호된 메소드

protected TopicNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
리턴 System

TopicNotFoundException() 공개 메소드

public TopicNotFoundException ( string paramName ) : System
paramName string
리턴 System

TopicNotFoundException() 공개 메소드

public TopicNotFoundException ( string message, Exception innerException ) : System
message string
innerException Exception
리턴 System

TopicNotFoundException() 공개 메소드

public TopicNotFoundException ( string paramName, object actualValue, string message ) : System
paramName string
actualValue object
message string
리턴 System

TopicNotFoundException() 공개 메소드

public TopicNotFoundException ( string paramName, string message ) : System
paramName string
message string
리턴 System