C# 클래스 Rolcore.Net.WebMethods.WebMethodsHtmlResponseException

상속: System.Exception
파일 보기 프로젝트 열기: Rollins/Rolcore

공개 메소드들

메소드 설명
GetObjectData ( System info, System context ) : void
WebMethodsHtmlResponseException ( ) : System

보호된 메소드들

메소드 설명
WebMethodsHtmlResponseException ( System info, System context ) : System
WebMethodsHtmlResponseException ( string message, string errorDump, string localizedError, string errorType, string user, System.DateTime time, string details, string errorMessageId ) : System

비공개 메소드들

메소드 설명
Create ( WebMethodsHtmlResponseObject response ) : WebMethodsHtmlResponseException

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( System info, System context ) : void
info System
context System
리턴 void

WebMethodsHtmlResponseException() 공개 메소드

public WebMethodsHtmlResponseException ( ) : System
리턴 System

WebMethodsHtmlResponseException() 보호된 메소드

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

WebMethodsHtmlResponseException() 보호된 메소드

protected WebMethodsHtmlResponseException ( string message, string errorDump, string localizedError, string errorType, string user, System.DateTime time, string details, string errorMessageId ) : System
message string
errorDump string
localizedError string
errorType string
user string
time System.DateTime
details string
errorMessageId string
리턴 System