RequestedImageExceptionEventArgs¶
Namespace: ThinkGeo.Core
public class RequestedImageExceptionEventArgs : System.EventArgs
Inheritance Object → EventArgs → RequestedImageExceptionEventArgs
Properties¶
Result¶
public GeoImage Result { get; set; }
Property Value¶
Cancel¶
public bool Cancel { get; set; }
Property Value¶
ErrorMsg¶
public string ErrorMsg { get; set; }
Property Value¶
Exception¶
public Exception Exception { get; set; }
Property Value¶
Constructors¶
RequestedImageExceptionEventArgs()¶
public RequestedImageExceptionEventArgs()
RequestedImageExceptionEventArgs(GeoImage, String)¶
public RequestedImageExceptionEventArgs(GeoImage geoImage, string errorMsg)
Parameters¶
geoImage
GeoImage
errorMsg
String
RequestedImageExceptionEventArgs(GeoImage, Exception)¶
public RequestedImageExceptionEventArgs(GeoImage geoImage, Exception exception)
Parameters¶
geoImage
GeoImage
exception
Exception