C# 클래스 Gibraltar.Server.Client.WebChannelFileNotFoundException

Thrown by the web channel when the server reports that the file was not found..
상속: Gibraltar.Server.Client.WebChannelException
파일 보기 프로젝트 열기: GibraltarSoftware/Loupe.Agent.Core

공개 메소드들

메소드 설명
WebChannelFileNotFoundException ( string message, Exception innerException, Uri requestUri ) : System

Create a new file not found exception

메소드 상세

WebChannelFileNotFoundException() 공개 메소드

Create a new file not found exception
public WebChannelFileNotFoundException ( string message, Exception innerException, Uri requestUri ) : System
message string
innerException Exception
requestUri Uri
리턴 System