C# 클래스 CSReportDll.ReportArgumentMissingException

상속: ReportException
파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net

공개 메소드들

메소드 설명
ReportArgumentMissingException ( String className, String message ) : System

보호된 메소드들

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

메소드 상세

ReportArgumentMissingException() 보호된 메소드

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

ReportArgumentMissingException() 공개 메소드

public ReportArgumentMissingException ( String className, String message ) : System
className String
message String
리턴 System