Alx.Web.DeviceSizeException.DeviceSizeException C# (CSharp) Method

DeviceSizeException() public method

public DeviceSizeException ( Devices device ) : System
device Devices
return System
        public DeviceSizeException(Devices device)
            : base("Could not get device size for: " + device)
        { }
    }
DeviceSizeException