C# 클래스 SenseNet.Portal.UI.Controls.FieldControlDataException

상속: System.ApplicationException
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
FieldControlDataException ( System control, string resourceStringKey ) : System
FieldControlDataException ( System control, string resourceStringKey, string message ) : System
FieldControlDataException ( System control, string resourceStringKey, string message, Exception inner ) : System

보호된 메소드들

메소드 설명
FieldControlDataException ( System info, System context ) : System

비공개 메소드들

메소드 설명
CreateResourceKey ( System control, string resourceStringKey ) : void

메소드 상세

FieldControlDataException() 보호된 메소드

protected FieldControlDataException ( System info, System context ) : System
info System
context System
리턴 System

FieldControlDataException() 공개 메소드

public FieldControlDataException ( System control, string resourceStringKey ) : System
control System
resourceStringKey string
리턴 System

FieldControlDataException() 공개 메소드

public FieldControlDataException ( System control, string resourceStringKey, string message ) : System
control System
resourceStringKey string
message string
리턴 System

FieldControlDataException() 공개 메소드

public FieldControlDataException ( System control, string resourceStringKey, string message, Exception inner ) : System
control System
resourceStringKey string
message string
inner System.Exception
리턴 System